blob: 5436cbac8c6d8c9617763d0ab13de84ae66937f3 [file] [log] [blame]
// RUN: clang %s -verify -fsyntax-only
typedef __attribute__(( ocu_vector_type(4) )) float float4;
float4 foo = (float4){ 1.0, 2.0, 3.0, 4.0 };