summaryrefslogtreecommitdiff
path: root/test cases/common/84 extract from nested subdir/tst/first/exe_first.c
blob: 4f714df2ca38f84f735f26299d76c431009fe1fe (plain)
1
2
3
4
5
int first(void);

int main() {
	return first() - 1001;
}