blob: 4f991031d0c3a598f6ce41087cc015f994e8b42c [file] [log] [blame]
// RUN: %clang_cc1 -fsyntax-only -verify %s
void foo() {
{
typedef float X;
}
X Y; // expected-error {{use of undeclared identifier}}
}