1 /* { dg-do compile } */
2 /* { dg-require-effective-target maybe_x32 } */
3 /* { dg-options "-mx32 -mabi=ms" } */
4 /* { dg-error "'-mabi=ms' not supported with X32 ABI" "" { target *-*-* } 0 } */
5 
main()6 void main ()
7 {
8 }
9