gcc/tests/fedora-flags/main.cpp
Tom Stellard d4fb9f8ed8 Import gcc-fedora-flags test from redhat-rpm-config
Once this is committed, the version in redhat-rpm-config will be removed
and redhat-rpm-config will use this test.
2022-04-19 12:01:29 -07:00

7 lines
74 B
C++

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