summaryrefslogtreecommitdiffstats
path: root/test/input/Constructor.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-08-18 17:51:09 (GMT)
committerBrad King <brad.king@kitware.com>2015-08-18 19:12:17 (GMT)
commit1932cf268d410f9b9f60374de0a5a65147ee0849 (patch)
treeea0619fe5d4c7f347161119c65c6323dba0e4de5 /test/input/Constructor.cxx
parent5332497fc15af20f19c7ce19766a78aae926a0d0 (diff)
downloadCastXML-1932cf268d410f9b9f60374de0a5a65147ee0849.zip
CastXML-1932cf268d410f9b9f60374de0a5a65147ee0849.tar.gz
CastXML-1932cf268d410f9b9f60374de0a5a65147ee0849.tar.bz2
test: Add tests for Constructor, Destructor, and Converter elements
Diffstat (limited to 'test/input/Constructor.cxx')
-rw-r--r--test/input/Constructor.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/input/Constructor.cxx b/test/input/Constructor.cxx
new file mode 100644
index 0000000..e6e7948
--- /dev/null
+++ b/test/input/Constructor.cxx
@@ -0,0 +1,3 @@
+class start {
+ start();
+};