blob: 2f4ea0a8213ac1ac71e7df18a750cf28570a54d9 [file] [log] [blame]
#include "bar.h"
int foo() {
return 1;
}
int main() {
return bar();
}