mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-05-04 17:31:29 +02:00
[svn r362] Started merging the old 'test' dir as well as the newer 'tangotests' dir into 'tests/mini' and 'tests/minicomplex'.
This commit is contained in:
10
tests/mini/bug42.d
Normal file
10
tests/mini/bug42.d
Normal file
@@ -0,0 +1,10 @@
|
||||
module bug42;
|
||||
|
||||
void main() {
|
||||
int i = 2;
|
||||
switch (i) {
|
||||
case 0:
|
||||
case 1:
|
||||
default:
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user