aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/codemodelbackend/unittest/data/complete_extractor_constructor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/codemodelbackend/unittest/data/complete_extractor_constructor.cpp')
-rw-r--r--tests/unit/codemodelbackend/unittest/data/complete_extractor_constructor.cpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/unit/codemodelbackend/unittest/data/complete_extractor_constructor.cpp b/tests/unit/codemodelbackend/unittest/data/complete_extractor_constructor.cpp
new file mode 100644
index 0000000000..e28ccaea82
--- /dev/null
+++ b/tests/unit/codemodelbackend/unittest/data/complete_extractor_constructor.cpp
@@ -0,0 +1,22 @@
+class Constructor {
+ Constructor();
+ ~Constructor();
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void function()
+ {
+
+ }
+};