PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr45500.c
blob46e5100aeb2981bb81d5902ba60f0643425371fb
1 /* PR debug/45500 */
2 /* { dg-do compile } */
3 /* { dg-options "-g -msse" } */
5 typedef char V __attribute__ ((__vector_size__ (16)));
6 static const V s = { '\n', '\r', '?', '\\' };