From f27e5a09a0d815b8a4814152954ff87dadfdefc0 Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 2 Jun 2009 17:58:47 +0000 Subject: Import Clang, at r72732. --- test/PCH/ext_vector.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/PCH/ext_vector.h (limited to 'test/PCH/ext_vector.h') diff --git a/test/PCH/ext_vector.h b/test/PCH/ext_vector.h new file mode 100644 index 0000000..39ab923 --- /dev/null +++ b/test/PCH/ext_vector.h @@ -0,0 +1,4 @@ +// Header file for ext_vector.c PCH test + +typedef __attribute__((ext_vector_type(2))) float float2; +typedef __attribute__((ext_vector_type(4))) float float4; -- cgit v1.1