summaryrefslogtreecommitdiff
path: root/tests/headers/class.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/class.hpp')
-rw-r--r--tests/headers/class.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/headers/class.hpp b/tests/headers/class.hpp
new file mode 100644
index 00000000..53894ab3
--- /dev/null
+++ b/tests/headers/class.hpp
@@ -0,0 +1,3 @@
+class C {
+ int a;
+};