blob: cc38daaea37a47823051bd57f2e0fed031d04238 [file] [log] [blame]
version(unittest) {
import foo;
}
void main() {
scope(exit) {
foo();
}
scope(success) suckit();
scope f = new Foo();
if (foo)
{
}
try {
throw(e);
}
catch(Exception e) {
}
}