Home | History | Annotate | Download | only in subdir2
      1 #include <stdio.h>
      2 
      3 int main() {
      4   printf("Hello from main2.cc\n");
      5   return 0;
      6 }
      7