db/fixup_kernel.sh: fix clear_user() handling
[smatch.git] / validation / old-style-definition0.c
blobeb522aa6f7aa36a4743b3751b2a1390137804bbb
1 extern int foo(int a, void *b);
3 int foo(a, b)
4 int a;
5 void *b;
7 if (b)
8 return a;
12 * check-name: old-stype-definition disabled
13 * check-command: sparse -Wno-old-style-definition $file