#include <functional>

int main()
{
	std::function<void (int, int, int)> func;
}
