blob: cbd2c7b2eef2fc84a395da461eebdb76bad1636b [file] [log] [blame]
extern void foo();
extern void bar();
void baz() {
foo();
bar();
}