summaryrefslogtreecommitdiffstats
path: root/test/input
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-03-18 18:48:39 (GMT)
committerBrad King <brad.king@kitware.com>2014-03-24 15:37:20 (GMT)
commit5e0461f6741c5eed0ee1cf79e0517a3d9b93f3b2 (patch)
tree1baac13c882dd6c1da54bab0536abc4e040c2530 /test/input
parent906edbb74f1a4687a759e354b3e52212a724d6ba (diff)
downloadCastXML-5e0461f6741c5eed0ee1cf79e0517a3d9b93f3b2.zip
CastXML-5e0461f6741c5eed0ee1cf79e0517a3d9b93f3b2.tar.gz
CastXML-5e0461f6741c5eed0ee1cf79e0517a3d9b93f3b2.tar.bz2
Output: Decay Function Argument types
Report the actual function argument type even if it decayed from the type originally specified.
Diffstat (limited to 'test/input')
-rw-r--r--test/input/Function-Argument-decay.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/input/Function-Argument-decay.cxx b/test/input/Function-Argument-decay.cxx
new file mode 100644
index 0000000..1b2e3d1
--- /dev/null
+++ b/test/input/Function-Argument-decay.cxx
@@ -0,0 +1 @@
+void start(int[2], int[], int(int));