redhat-rpm-config/tests/gcc-fedora-flags/main.c

7 lines
74 B
C
Raw Normal View History

2020-07-29 04:31:57 +00:00
void hello();
int main(int argc, char **argv) {
hello();
return 0;
}