blob: f67f6c481a42e111b1e0047fb3877339dfa234f0 [file] [log] [blame]
void foo(void);
int main() {
foo();
return 0;
}