clang/tests/fedora-flags/main.c

7 lines
74 B
C
Raw Normal View History

2021-02-10 13:48:42 +00:00
void hello();
int main(int argc, char **argv) {
hello();
return 0;
}