mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-27 17:13:20 +01:00
Added test case for bug #100
Removed dubious check for not emitting static private global in other modules without access. This should be handled properly somewhere else, it's causing unresolved global errors for stuff that should work (in MiniD)
This commit is contained in:
10
tests/mini/tryfinally1.d
Normal file
10
tests/mini/tryfinally1.d
Normal file
@@ -0,0 +1,10 @@
|
||||
void main()
|
||||
{
|
||||
try
|
||||
{
|
||||
}
|
||||
finally
|
||||
{
|
||||
debug {} // the debug statement body can be anything
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user