blob: 9df9c1817d4d9a09c98525c8e3476822302c2401 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-require-effective-target maybe_x32 } */
/* { dg-options "-O0 -mx32" } */
int a;
int* __attribute__ ((ms_abi)) fn1 () { return &a; } /* { dg-error "X32 does not support 'ms_abi' attribute" } */