repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git]
/
clang
/
test
/
Modules
/
redecl-merge2.m
blob
dfa9c12d697a960c59436ae0c7aaab204e232443
1
// RUN: rm -rf %t
2
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs %s -verify -Wno-objc-root-class
3
// expected-no-diagnostics
4
5
@import redecl_merge_bottom.prefix;
6
7
DeclaredThenLoaded *dtl;
8