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