summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/CompoundStmtScope.c
blob: d6a4730632ca43ad840a9eb3f048eaca8c43096c (plain)
1
2
3
4
5
6
7
8
// RUN: clang -parse-ast-check %s

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