1/* PR middle-end/19164 */
2/* { dg-do compile } */
3/* { dg-options "-mmmx" } */
4
5typedef short int V __attribute__ ((vector_size (8)));
6static V v = (V) 0x00FF00FF00FF00FFLL;
7