(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
auto47.C
// PR c++/70622
// { dg-do compile { target c++11 } }

int main()
{
    auto x = 0, *y = &x;
}