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