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
[libc][test] Adjust header paths in tests (#119623)
[llvm-project.git]
/
clang
/
test
/
Import
/
clang-flags
/
test.c
blob
7a19ea7ff648d7c1122565fd6d3ff18c0c454648
1
// RUN: clang-import-test -import %S/Inputs/S.c -expression %s -Xcc -DSTRUCT=struct
2
void
expr
() {
3
STRUCT S MyS
;
4
void
*
MyPtr
= &
MyS
;
5
}