You're viewing a single thread.
View all comments
16
comments
$ echo 'main;' > main.c && gcc main.c 2>/dev/null && ./a.out Segmentation fault (core dumped) $
10 0 Replyecho 'main;' | gcc -w -x c - && ./a.out
8 0 Replyecho 'int main;' | gcc -w -x c - && ./a.out
4 0 Replyecho "Segmentation fault (core dumped)"
8 0 Reply
You've viewed 16 comments.
Scroll to top