
int main() {
	auto f = (bool = false) {};

	f();
	return 0;
}