CompoundStmtScope.c 148 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 // RUN: %clang_cc1 -fsyntax-only -verify %s void foo() { { typedef float X; } X Y; // expected-error {{use of undeclared identifier}} }