1typedef int word;
2
3void foo(word x);
4
5void 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