param_key: fix container of when no struct member is referenced
[smatch.git] / validation / inline-early / bug-bad-token.c
blob9049bdb48ab0d16ad77b2836686eed7eca5166ec
1 inline void fun(int x)
3 (typeof(@)) x;
6 void foo(void)
8 fun;
12 * check-name: bug-bad-token
13 * check-exit-value: 0
14 * check-error-ignore