gcc/tests/fedora-flags/main.c

7 lines
74 B
C

void hello();
int main(int argc, char **argv) {
hello();
return 0;
}