param_key: fix container of when no struct member is referenced
[smatch.git] / validation / fdiag-prefix.c
blob71160d4560a258c838838f78c5a93b3caa707f99
1 int a.
3 /*
4 * check-name: fdiag-prefix
5 * check-command: sparse -fdiagnostic-prefix=prefix $file
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