Home | History | Annotate | Download | only in test_data
      1 #include <stdio.h>
      2 
      3 void test() {
      4   printf("hello\n");
      5 }
      6