OSDN Git Service

* testsuite/gcc.dg/lto/noreturn-1_1.c: Remove dg-do annotations.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / lto / noreturn-1_1.c
1 int call_me (void);
2 int
3 main(void)
4 {
5  return call_me ();
6 }