main: () -> int = { std::cout << std::hash()(0) << std::endl; return 0; }