redhat-rpm-config/tests/gcc-fedora-flags/main.c
2021-01-19 22:17:21 +00:00

7 lines
74 B
C

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