param_key: fix container of when no struct member is referenced
[smatch.git] / validation / bad-type-twice0.c
blobe7ec7b75153d2887db8927b9c2303fb8b62aa1fc
1 static int foo(a)
3 return a ? : 1;
6 /*
7 * check-name: bad-type-twice0
9 * check-error-start
10 bad-type-twice0.c:1:16: error: missing type declaration for parameter 'a'
11 * check-error-end