aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/ASTJSON/short_type_name.sol
diff options
context:
space:
mode:
Diffstat (limited to 'test/libsolidity/ASTJSON/short_type_name.sol')
-rw-r--r--test/libsolidity/ASTJSON/short_type_name.sol1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/libsolidity/ASTJSON/short_type_name.sol b/test/libsolidity/ASTJSON/short_type_name.sol
new file mode 100644
index 00000000..533874ae
--- /dev/null
+++ b/test/libsolidity/ASTJSON/short_type_name.sol
@@ -0,0 +1 @@
+contract c { function f() public { uint[] memory x; } }