summaryrefslogtreecommitdiff
path: root/clang/test/PCH/cxx-functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/PCH/cxx-functions.h')
-rw-r--r--clang/test/PCH/cxx-functions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/PCH/cxx-functions.h b/clang/test/PCH/cxx-functions.h
new file mode 100644
index 0000000..8aa4986
--- /dev/null
+++ b/clang/test/PCH/cxx-functions.h
@@ -0,0 +1 @@
+void foo() throw( int, short, char, float, double );