xxxxxxxxxx
import std.stdio;
void main() pure nothrow
{
print;
}
void print() pure nothrow
try
debug (impureprint) writefln("debug printing.");
catch(Exception) {}