#include <iostream>

void foo()
{
	std::cout << __FILE__ << "\n";
}