Extract yul syntax tests: function

This commit is contained in:
Christian Parpart
2020-10-14 12:05:46 +02:00
parent 5b799b01ab
commit 5d40494ed2
9 changed files with 41 additions and 40 deletions
@@ -0,0 +1,5 @@
{
for { function f() {} } 1:bool {} {}
}
// ----
// SyntaxError 3441: (9-17): Functions cannot be defined inside a for-loop init block.