Add/Update tests for Yul function definition

This commit is contained in:
Alex Beregszaszi
2020-08-12 23:53:08 +01:00
parent e68d16d8e0
commit bb29307b02
9 changed files with 96 additions and 4 deletions
@@ -0,0 +1,8 @@
contract C {
function f() pure public {
assembly {
function f (a, b , c ) -> y,x,z {
}
}
}
}
@@ -0,0 +1,8 @@
contract C {
function f() pure public {
assembly {
function f (a, b , c ) - > y,x,z {
}
}
}
}