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







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

@import redecl_merge_bottom.prefix;

DeclaredThenLoaded *dtl;