• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 static int i = ;		// KO
2 
3 /*
4  * check-name: empty-initializer
5  *
6  * check-error-start
7 empty-initializer.c:1:16: error: expression expected before ';'
8  * check-error-end
9  */
10