summaryrefslogtreecommitdiff
path: root/clang/test/PCH/Inputs/chain-ext_vector2.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/PCH/Inputs/chain-ext_vector2.h')
-rw-r--r--clang/test/PCH/Inputs/chain-ext_vector2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/PCH/Inputs/chain-ext_vector2.h b/clang/test/PCH/Inputs/chain-ext_vector2.h
new file mode 100644
index 0000000..bdaeccc
--- /dev/null
+++ b/clang/test/PCH/Inputs/chain-ext_vector2.h
@@ -0,0 +1,3 @@
+// Second header file for chain-ext_vector.c PCH test
+
+typedef __attribute__((ext_vector_type(4))) float float4;