1 /* { dg-do compile { target x32 } } */
2 /* { dg-require-effective-target maybe_x32 } */
3 /* { dg-options "-O0 -mx32" } */
4 
5 int a;
fn1()6 int* __attribute__ ((ms_abi)) fn1 () { return &a; } /* { dg-error "X32 does not support ms_abi attribute" } */
7