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