aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/102 subproject subdir/prog.c
blob: cf6f425484999c1961ab3983ec753955d41bf6e7 (plain)
1
2
3
4
5
#include <sub.h>

int main() {
    return sub();
}