1 /* Testcase to check generation of a SH2A specific instruction for
2    'RTS/N'.  */
3 /* { dg-do compile { target { sh2a } } }  */
4 /* { dg-options "-O0" }  */
5 /* { dg-final { scan-assembler "rts/n"} }  */
6 
7 void
bar(void)8 bar (void)
9 {
10 }
11