blob: ba60bf396a32cc75793cf7eaf93c33e0ed1a7e27 [file] [log] [blame]
int bar(void);
int main(void) { return FOO + bar(); }