Merge aosp-toolchain/gcc/gcc-4_9 changes.
[official-gcc.git] / gcc-4_9 / gcc / testsuite / gcc.target / nios2 / nios2-trap-insn.c
blobdd881d166c8eca49a5b6ddd4032bf3d449e82255
1 /* { dg-do compile } */
2 /* { dg-final { scan-assembler "break\\t3" } } */
4 /* Test the nios2 trap instruction */
5 void foo(void){
6 __builtin_trap();