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