(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
nios2/
nios2-trap-insn.c
       1  /* { dg-do compile } */
       2  /* { dg-final { scan-assembler "trap\\t3|trap.n\\t3" } } */
       3  
       4  /* Test the nios2 trap instruction */
       5  void foo(void){
       6    __builtin_trap();
       7  }