summaryrefslogtreecommitdiff
path: root/clang/test/Index/Inputs/pragma-once.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Index/Inputs/pragma-once.h')
-rw-r--r--clang/test/Index/Inputs/pragma-once.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Index/Inputs/pragma-once.h b/clang/test/Index/Inputs/pragma-once.h
new file mode 100644
index 0000000..503cb3f
--- /dev/null
+++ b/clang/test/Index/Inputs/pragma-once.h
@@ -0,0 +1,3 @@
+#pragma once
+int i;
+