aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/fdiag-prefix.c
blob: 71160d4560a258c838838f78c5a93b3caa707f99 (plain)
1
2
3
4
5
6
7
8
9
10
11
int a.

/*
 * check-name: fdiag-prefix
 * check-command: sparse -fdiagnostic-prefix=prefix $file
 *
 * check-error-start
fdiag-prefix.c:1:6: prefix: error: Expected ; at end of declaration
fdiag-prefix.c:1:6: prefix: error: got .
 * check-error-end
 */