summaryrefslogtreecommitdiffstats
path: root/test/Parser/CompoundStmtScope.c
blob: 6a404aa3a2c6844fcb015976c65df0bb410e31c0 (plain)
1
2
3
4
5
6
7
8
// RUN: clang-cc -fsyntax-only -verify %s

int foo() {
  {
    typedef float X;
  }
  X Y;  // expected-error {{use of undeclared identifier}}
}
OpenPOWER on IntegriCloud