gcc/tests/fedora-flags/hello.c
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

6 lines
64 B
C

#include <stdio.h>
void hello() {
printf("Hello World\n");
}