aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/auto18.C
blob: e6ddf0c247d7d5184e4e8fa5c5b1b44b11673ead (plain)
1
2
3
4
5
6
// { dg-do compile { target c++11 } }

void f()
{
  auto val = val;  // { dg-error "auto" }
}