1 /* { dg-do compile { target { { i?86-*-linux* i?86-*-gnu* x86_64-*-linux* x86_64-*-freebsd* } && lp64 } } } */
2 /* { dg-options "-fsanitize=address -mabi=ms" } */
3
4 int i;
5
6 /* { dg-error ".-mabi=ms. not supported with .-fsanitize=address." "" { target *-*-* } 0 } */
7