aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/161 custom target subdir depend files/subdir/foo.c.in
blob: d53846f524b8ae4f711de594cf34fc76be14f78c (plain)
1
2
3
4
5
6
#include <stdio.h>

int main() {
    printf("foo is working.\n");
    return 0;
}