Revert "New repo layout and unified test"

This commit is contained in:
Marvin Blum
2015-11-02 18:13:18 +01:00
parent f6b5ed4dd6
commit 5c540ce481
33 changed files with 386 additions and 380 deletions

View File

@@ -0,0 +1,8 @@
switch x {
case 1:
x = 1;
case 2:
x = 2;
default:
x = 3;
}