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