Move a test-case to a proper folder.
[official-gcc.git] / gcc / testsuite / gcc.dg / asan / pr87930.c
blob4f8e6999fde855381580edeace5df21178afd393
1 /* { dg-do compile { target { { i?86-*-* x86_64-*-* } && lp64 } } } */
2 /* { dg-options "-fsanitize=address -mabi=ms" } */
4 int i;
6 /* { dg-error ".-mabi=ms. not supported with .-fsanitize=address." "" { target *-*-* } 0 } */