blob: 900bb6d7991a1caa714ae5b5f1d46220253334ee [file] [log] [blame]
int someFunc(int argc, char**)
{
decltype(auto) i = argc;
return 0;
}