annobin/tests/Sanity/gcc-fedora-flags/main.c
Martin Cermak 604b1841b5 Avoid mixing STI and FMF tests
Related: https://pagure.io/fedora-ci/general/issue/206

Also, drop unneeded legacy Makefile's and PURPOSE files,
and explicitly require gcc.rpm, which is not installed
on the CI workers by default any more it seems.
2021-04-16 19:13:27 +02:00

7 lines
74 B
C

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