blob: c825b10c3b34b020cd8274c6ec1e6cb35059743d [file] [log] [blame]
int getAutoTypeImpl();
int getAutoType()
{
auto i = getAutoTypeImpl();
return i;
}