mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-09 08:54:09 +02:00
[svn r12] fixed accessing aggregate fields of aggregates
removed some useless branches for successive scopes ala {}{}{}
This commit is contained in:
10
test/scope1.d
Normal file
10
test/scope1.d
Normal file
@@ -0,0 +1,10 @@
|
||||
module scope1;
|
||||
|
||||
void main()
|
||||
{
|
||||
printf("1\n");
|
||||
{
|
||||
scope(exit) printf("2\n");
|
||||
}
|
||||
printf("3\n");
|
||||
}
|
||||
Reference in New Issue
Block a user