We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test/cli/helloworld/main.c
1 parent 54bb740 commit aa4b7b9Copy full SHA for aa4b7b9
1 file changed
test/cli/helloworld/main.c
@@ -2,7 +2,7 @@
2
3
int main(void) {
4
(void)printf("Hello world!\n");
5
- x = 3 / 0; // ERROR
+ int x = 3 / 0; (void)x; // ERROR
6
return 0;
7
}
8
0 commit comments