diff options
Diffstat (limited to 'src/trycpp.c')
-rw-r--r-- | src/trycpp.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/trycpp.c b/src/trycpp.c deleted file mode 100644 index e4503d4..0000000 --- a/src/trycpp.c +++ /dev/null @@ -1,9 +0,0 @@ -/* Public domain. */ - -int main() -{ -#ifdef NeXT - printf("nextstep\n"); exit(0); -#endif - printf("unknown\n"); exit(0); -} |