blob: 176ff50321204fcea5fc28bc38583e5d24864ba5 [file] [log] [blame]
typedef int word;
void foo(word x);
void foo(x)
word x;
{ }
/*
* check-name: knr-attr-crash
* check-command: sparse -Wno-old-style-definition $file
*/