blob: 93f01b07708a519494f13d3e1cf0a89813201c09 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O1" } */
/* { dg-final { scan-assembler "wrctl\\tctl6, zero" } } */
void foo(void){
__builtin_wrctl(6,0);
}