• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include <stdio.h>
2 
test()3 void test() {
4   printf("hello\n");
5 }
6