blob: dd881d166c8eca49a5b6ddd4032bf3d449e82255 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-final { scan-assembler "break\\t3" } } */
/* Test the nios2 trap instruction */
void foo(void){
__builtin_trap();
}