This website works better with JavaScript
Home
Explore
Help
Sign In
PUBLIC_REPOS
/
buildroot
mirror of
git://git.buildroot.net/buildroot
Watch
2
Star
1
Fork
0
Files
Browse Source
test file, no longer needed
Eric Andersen
20 years ago
parent
302ea19e5e
commit
21c7c4c26b
1 changed files
with
0 additions
and
8 deletions
Split View
Show Diff Stats
0
8
tiny.c
+ 0
- 8
tiny.c
View File
@@ -1,8 +0,0 @@
-/* comment, test #13 */
-
-#include <unistd.h>
-
-int main(void)
-{
- _exit(42);
-}