meson/test cases/common/161 wrap file should not fa.../src/subprojects/foo/prog2.c

8 lines
199 B
C
Raw Normal View History

2017-10-16 01:36:23 +08:00
#include<stdio.h>
int main(int argc, char **argv) {
printf("Do not have a file layout like this in your own projects.\n");
printf("This is only to test that this works.\n");
return 0;
}