blob: 6e32362211d4f97605f3148a7d7ce8b1e1b76772 [file] [log] [blame]
#include<stdio.h>
int main(void) {
printf("I am test exe1.\n");
return 0;
}