aboutsummaryrefslogblamecommitdiff
path: root/test/Modules/using-decl.cpp
blob: a388a5b7e711309dd6eb0aa8c42eb745deb24080 (plain) (tree)
1
2
3
4
5
6
7
8
                 
                                                                                                                    





                                                         
// RUN: rm -rf %t
// RUN: %clang_cc1 -x objective-c++ -fmodules -fimplicit-module-maps -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;