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