summaryrefslogtreecommitdiffstats
path: root/test/input
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-02-26 20:58:09 (GMT)
committerBrad King <brad.king@kitware.com>2014-03-21 21:05:49 (GMT)
commitbd0bb7a0dd611f5eef3ea8f33a1cceb6c9cc52d7 (patch)
tree4356420563d3f037715d3ad294e9563fb7e41922 /test/input
parentb57a67a0c3d8accd0f83dc58102e75b15d26ad7b (diff)
downloadCastXML-bd0bb7a0dd611f5eef3ea8f33a1cceb6c9cc52d7.zip
CastXML-bd0bb7a0dd611f5eef3ea8f33a1cceb6c9cc52d7.tar.gz
CastXML-bd0bb7a0dd611f5eef3ea8f33a1cceb6c9cc52d7.tar.bz2
test: Add case for a Variable as Class member
Diffstat (limited to 'test/input')
-rw-r--r--test/input/Variable-in-Class.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/input/Variable-in-Class.cxx b/test/input/Variable-in-Class.cxx
new file mode 100644
index 0000000..2aa9004
--- /dev/null
+++ b/test/input/Variable-in-Class.cxx
@@ -0,0 +1,3 @@
+class start {
+ static int static_field;
+};