From fb458280d1b0b90156745202677dabbc74187697 Mon Sep 17 00:00:00 2001 From: Kushagra Sharma Date: Mon, 18 Mar 2019 12:29:26 +0000 Subject: Modified Abigen to Support Vyper (#19120) --- common/compiler/test.v.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 common/compiler/test.v.py (limited to 'common/compiler/test.v.py') diff --git a/common/compiler/test.v.py b/common/compiler/test.v.py new file mode 100644 index 000000000..35af56c8f --- /dev/null +++ b/common/compiler/test.v.py @@ -0,0 +1,3 @@ +@public +def test(): + hello: int128 -- cgit v1.2.3