param_key: fix container of when no struct member is referenced
[smatch.git] / validation / c11-noreturn.c
blobd20a2249b8aa9d66746a6c0f517aa36568e484f4
1 static _Noreturn void foo(void) { while (1) ; }
3 /*
4 * check-name: c11-noreturn
5 * check-command: test-parsing -std=c11 $file
7 * check-output-ignore
8 * check-output-contains: \\[noreturn\\]
9 */