Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / gcc / testsuite / gcc.target / mips / pr56524.c
1 /* { dg-options "-mips16" } */
2
3 void bar (void) {}
4
5 void __attribute__((optimize("schedule-insns")))
6 foo (void)
7 {
8 }