blob: 24ec51e8451b63e423651a4394e0a8cd5c4faf9d [file] [log] [blame]
int someFunc()
{
int i = 0;
decltype(i) other = 0;
return other;
}