InlineAssembly: Extracting tests for switch statement

This commit is contained in:
Christian Parpart
2020-11-04 12:03:33 +01:00
parent 6f872dbebf
commit cc230ddda3
12 changed files with 79 additions and 65 deletions
@@ -0,0 +1,7 @@
{
switch mload
case 1 {}
default {}
}
// ----
// ParserError 2314: (23-27): Expected '(' but got reserved keyword 'case'