annobin/tests/Sanity/gcc-fedora-flags/main.c

7 lines
74 B
C

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