Extract yul syntax tests.

This commit is contained in:
chriseth
2020-09-15 12:13:30 +02:00
parent 552a5f0913
commit 768e0e96e4
31 changed files with 128 additions and 143 deletions
@@ -0,0 +1,4 @@
{
function f(a:u256, d:u256) { }
function g(a:u256, d:u256) -> x:u256, y:u256 { }
}