db/fixup_kernel.sh: fix clear_user() handling
[smatch.git] / validation / knr-attr-crash.c
blob176ff50321204fcea5fc28bc38583e5d24864ba5
1 typedef int word;
3 void foo(word x);
5 void foo(x)
6 word x;
7 { }
9 /*
10 * check-name: knr-attr-crash
11 * check-command: sparse -Wno-old-style-definition $file