blob: 9dc3c8efa0693acfa4861ba62a9eeb956e7b5784 [file] [log] [blame]
void func(T)(T arg)
{
auto a = arg + 1;
}