Doc: Add Standard-Names ustrunc and sstrunc for integer modes
[official-gcc.git] / gcc / testsuite / gcc.target / nios2 / nios2-trap-insn.c
blob588a7f38749385a87474cf04de99ca81c42bc94c
1 /* { dg-do compile } */
2 /* { dg-final { scan-assembler "trap\\t3|trap.n\\t3" } } */
4 /* Test the nios2 trap instruction */
5 void foo(void){
6 __builtin_trap();