blob: 668293885d90236a6997fcf4839b071cb29de92c [file] [log] [blame]
void b(int x);
void other(int y) {
b(1);
}