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