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