Skip to content

Commit b1a56e5

Browse files
authored
Create verbatim_single_insufficient_args.yul
1 parent 943e303 commit b1a56e5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
// Test what happens when we provide fewer function arguments than specified in the first parameter
3+
let x := 2
4+
let t := verbatim(2, 1, "abc", x) // Expecting 2 inputs but only given 1
5+
}
6+
// ====
7+
// dialect: evm
8+
// ----
9+
// TypeError 4323: (121-142): Function expects 5 arguments but got 4.

0 commit comments

Comments
 (0)