blob: 8388b09fd22110c0c905a056a65a965168b88ed6 [file] [log] [blame]
Anders Carlsson79b67f32008-02-01 23:17:55 +00001typedef short __v4hi __attribute__ ((__vector_size__ (8)));
2
3void f()
4{
5 __v4hi A = (__v4hi)0LL;
Anders Carlsson2cec15f2008-02-01 23:27:51 +00006}