• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download

func(int i)1 static void func (int i)
2 {
3 	i;
4 	int j = i;
5 }
6 /*
7  * check-name: declaration after statement (default)
8  * check-command: sparse $file
9  */
10