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