complex: make _Complex_I work with gcc -std=c99 -pedantic-errors
[musl] / include / stdnoreturn.h
1 #ifndef _STDNORETURN_H
2 #define _STDNORETURN_H
3 #include <features.h>
4 #define noreturn _Noreturn
5 #endif