blob: dc101e60c57adea10782310e09a04345cc2eefd9 [file] [log] [blame]
extern __attribute__((__noreturn__)) void baz(void);
void bar(void)
{
baz();
}