#include <stdnoreturn.h>
#ifndef noreturn
#error "noreturn is not defined"
#endif
int main(void) { return 0; }
