(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
pr71958.c
       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  
       6  void main ()
       7  {
       8  }