param_key: fix container of when no struct member is referenced
[smatch.git] / validation / multi-input.c
blob2443d49fdab9be2e64130265b77bcecc73815bbf
1 int a = 1;
2 int foo(void) {}
4 static int b = 1;
5 static int bar(void) {}
7 /*
8 * check-name: multi-input
9 * check-command: sparse -Wno-decl $file $file
10 * check-known-to-fail