blob: 7f493cd9f9cce72ebb72167a29390adbae253819 [file] [log] [blame]
/* { dg-lto-do run } */
/* { dg-lto-options {{-O2 -flto -flto-partition=1to1} } } */
void exit (int);
__attribute__ ((noreturn))
int
call_me (void)
{
exit (0);
}