blob: 12caff2d0ed3a6232346b69ed532f5fd1b64fa88 [file] [log] [blame]
void f(void)
{
short x = 0;
const int &y = x;
}