blob: 4432738f060a00fc9f3c8edf32ae0e1967bd3bfb [file] [log] [blame]
// RUN: rm -rf %t
// RUN: %clang_cc1 -x objective-c++ -fmodules -fmodules-cache-path=%t -I %S/Inputs %s -verify
@import using_decl.a;
// expected-no-diagnostics
UsingDecl::using_decl_type x = UsingDecl::using_decl_var;
UsingDecl::inner y = x;