aboutsummaryrefslogblamecommitdiff
path: root/test/Modules/redecl-merge2.m
blob: dfa9c12d697a960c59436ae0c7aaab204e232443 (plain) (tree)
1
2
3
4
5
6
7
8
                 
                                                                                                                        





                                   
// RUN: rm -rf %t
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs %s -verify -Wno-objc-root-class
// expected-no-diagnostics

@import redecl_merge_bottom.prefix;

DeclaredThenLoaded *dtl;