import std; import Foo; int main() { if (Compute() != 42) return 1; return 0; }