• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 
f1(void)2 void f1(void)
3 {
4 	int i = 69;
5 	i = i;
6 	return;
7 }
8