blob: 106005ef4c84d090d8333b250ee19410d9eb8697 [file] [log] [blame]
#include<stdio.h>
int main(int argc, char **argv) {
printf("I'm a subproject bar.\n");
return 0;
}