gcc/tests/fedora-flags/main.cpp

7 lines
74 B
C++

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