summaryrefslogtreecommitdiff
path: root/clang/test/PCH/Inputs/typo.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/PCH/Inputs/typo.hpp')
-rw-r--r--clang/test/PCH/Inputs/typo.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/clang/test/PCH/Inputs/typo.hpp b/clang/test/PCH/Inputs/typo.hpp
new file mode 100644
index 0000000..c811595
--- /dev/null
+++ b/clang/test/PCH/Inputs/typo.hpp
@@ -0,0 +1,8 @@
+namespace boost {
+ template<typename F> class function {};
+
+ namespace graph {
+ template<typename V, typename E> class adjacency_list { };
+ };
+}
+