xxxxxxxxxx
import std.stdio;
void main()
{
foo();
writeln("no error!");
}
int foo()
scope(failure) return -1;
assert(0);