summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/dcl.decl/dcl.meaning/dcl.array/p1-cxx0x.cpp
blob: 00e59e0bd7924cff0ccb4ebd4913c3e5a684aeed (plain)
1
2
3
4
5
6
// RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++0x

void f() {
  int b[5];
  auto a[5] = b; // expected-error{{'a' declared as array of 'auto'}}
}
OpenPOWER on IntegriCloud