• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 void foo();
2 
main()3 int main() {
4     foo();
5     return 0;
6 }
7