mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 02:43:14 +01:00
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)
11 lines
121 B
D
11 lines
121 B
D
void main()
|
|
{
|
|
try
|
|
{
|
|
}
|
|
finally
|
|
{
|
|
debug {} // the debug statement body can be anything
|
|
}
|
|
}
|