blob: 5cfd6854a0cd5d3eae4547a08e607677884c22d1 [file] [log] [blame]
#include "bar.h"
int foo() {
int y = bar();
y++;
return y;
}