repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git]
/
clang
/
test
/
Modules
/
include-relative.c
blob
519367fc4caa79ea1fcc4cc1c099fbcd02b7470e
1
// RUN: rm -rf %t
2
// RUN: mkdir %t
3
// RUN: cp -r %S/Inputs/include-relative %t/include-relative
4
// RUN: cd %t
5
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x c -verify -fmodules-cache-path=%t -I include-relative %s
6
7
// expected-no-diagnostics
8
9
#include
"a.h"
10
11
int
f
(
void
) {
return
n
; }