aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/nios2/nios2-wrctl.c
blob: 5ebdc24b8be64a5e249cc817923e82d91793b219 (plain)
1
2
3
4
5
6
7
/* { dg-do compile } */
/* { dg-options "" } */
/* { dg-final { scan-assembler "wrctl" } } */

void foo(void){
  __builtin_wrctl(6,4);
}