xxxxxxxxxx
import std;
static immutable ctfeThing = ()
{
assert(0, format("%s", "message"));
return 42;
}();
void main() {}