blob: 1edef0ef40fc19bfbfe78bf0b7689a86c7a1a214 [file] [log] [blame]
Anders Carlssonaba8c572008-02-01 23:17:55 +00001typedef short __v4hi __attribute__ ((__vector_size__ (8)));
2
3void f()
4{
5 __v4hi A = (__v4hi)0LL;
6}