blob: a1a9ba2fda8905dcd025adb71d195a016a1cf16e [file] [log] [blame]
void foo(void);
void bar(void) {
foo();
}