blob: d20a2249b8aa9d66746a6c0f517aa36568e484f4 [file] [log] [blame]
static _Noreturn void foo(void) { while (1) ; }
/*
* check-name: c11-noreturn
* check-command: test-parsing -std=c11 $file
*
* check-output-ignore
* check-output-contains: \\[noreturn\\]
*/