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