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