1 typedef int word;
2 
3 void foo(word x);
4 
foonull5 void foo(x)
6 	word x;
7 { }
8 
9 /*
10  * check-name: knr-attr-crash
11  * check-command: sparse -Wno-old-style-definition $file
12  */
13