aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/using-decl.cpp
blob: 4432738f060a00fc9f3c8edf32ae0e1967bd3bfb (plain) (blame)
1
2
3
4
5
6
7
8
// 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;