def yes() -> bool { return true; } const bool TRUE = yes(); def main() { return; }