blob: 1eee6c2f6946ce54005633a71f13379a22927d16 [file] [log] [blame]
int func1(void);
int func2(void);
int main(void) {
return func1() - func2();
}