Language
C
Compiler
gcc 9.2.0
Options
Warnings
C11(GNU)
no pedantic
$ gcc prog.c -Wall -Wextra -std=gnu11
Exit Code:
1
Author
anonymous
over 5 years ago
C
gcc 9.2.0
Author
anonymous
over 5 years ago
$ gcc prog.c -Wall -Wextra -std=gnu11
/usr/lib/x86_64-linux-gnu/crt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
collect2: error: ld returned 1 exit status