blob: 5436cbac8c6d8c9617763d0ab13de84ae66937f3 [file] [log] [blame]
Nate Begemand47d4f52008-01-25 05:34:48 +00001// RUN: clang %s -verify -fsyntax-only
2
3typedef __attribute__(( ocu_vector_type(4) )) float float4;
4
5float4 foo = (float4){ 1.0, 2.0, 3.0, 4.0 };