blob: b9e171433e1f4e30457231ecebc20d8f27033f65 [file] [log] [blame]
int bar() {
return 0;
}
void other() {
bar();
}