1 int a.
   2 
   3 /*
   4  * check-name: fdiag-prefix
   5  * check-command: sparse -fdiagnostic-prefix=prefix $file
   6  *
   7  * check-error-start
   8 fdiag-prefix.c:1:6: prefix: error: Expected ; at end of declaration
   9 fdiag-prefix.c:1:6: prefix: error: got .
  10  * check-error-end
  11  */