diff options
Diffstat (limited to 'test/libsolidity/ASTJSON/non_utf8.sol')
-rw-r--r-- | test/libsolidity/ASTJSON/non_utf8.sol | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/libsolidity/ASTJSON/non_utf8.sol b/test/libsolidity/ASTJSON/non_utf8.sol new file mode 100644 index 00000000..b83f3d70 --- /dev/null +++ b/test/libsolidity/ASTJSON/non_utf8.sol @@ -0,0 +1 @@ +contract C { function f() public { var x = hex"ff"; } } |