blob: 8664962ea088aaa9e425309dc27056f1905a516b [file] [log] [blame]
int fun(void);
static void foo(void)
{
__context__(1);
if (!fun()) {
__builtin_unreachable();
return;
}
__context__(-1);
}
/*
* check-name: context-unreachable
*/