#include <iostream>

using namespace std;

void f(void){
	return void();//Создаем и возвращаем инстанс йода.
};

int main() {
	f();
	return 0;
}