redhat-rpm-config/tests/auto-set-build-flags/main-c.c

6 lines
68 B
C

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