cppcheck/test/cli/1-helloworld/main.c

9 lines
104 B
C

#include <stdio.h>
int main() {
printf("Hello world!\n");
x = 3 / 0; // ERROR
return 0;
}