mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
Revert "New repo layout and unified test"
This commit is contained in:
8
test/tokenizer_switch.asl
Normal file
8
test/tokenizer_switch.asl
Normal file
@@ -0,0 +1,8 @@
|
||||
switch x {
|
||||
case 1:
|
||||
x = 1;
|
||||
case 2:
|
||||
x = 2;
|
||||
default:
|
||||
x = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user