We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3306289 commit ca17f4eCopy full SHA for ca17f4e
arrayboundscheck/src/main.c
@@ -1,5 +1,6 @@
1
extern __attribute__((noreturn)) void d_main();
2
3
-void main() {
+int main() {
4
d_main();
5
+ return 0;
6
}
0 commit comments