xref: /illumos-gate/usr/src/tools/smatch/src/validation/c11-noreturn.c (revision 4e5ef1cee66fbfbbd2b3e56b81e2bb5700f4a59e)
1 static _Noreturn void foo(void) { while (1) ; }
2 
3 /*
4  * check-name: c11-noreturn
5  * check-command: test-parsing -std=c11 $file
6  *
7  * check-output-ignore
8  * check-output-contains: \\[noreturn\\]
9  */
10