1 /* PR debug/45500 */
2 /* { dg-do compile } */
3 /* { dg-options "-g -msse" } */
4 
5 typedef char V __attribute__ ((__vector_size__ (16)));
6 static const V s = { '\n', '\r', '?', '\\' };
7