aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/ASTJSON/event_definition.sol
diff options
context:
space:
mode:
Diffstat (limited to 'test/libsolidity/ASTJSON/event_definition.sol')
-rw-r--r--test/libsolidity/ASTJSON/event_definition.sol1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/libsolidity/ASTJSON/event_definition.sol b/test/libsolidity/ASTJSON/event_definition.sol
new file mode 100644
index 00000000..81b43c67
--- /dev/null
+++ b/test/libsolidity/ASTJSON/event_definition.sol
@@ -0,0 +1 @@
+contract C { event E(); }