blob: 18f2c36fc5abc70528b1d5d5dff18f462878d08b [file] [log] [blame]
#include <stdio.h>
void f();
int main() {
printf("Hello from C!\n");
f();
}