forked from OSchip/llvm-project
6 lines
117 B
C
6 lines
117 B
C
![]() |
// RUN: clang-import-test -import %S/Inputs/S.c -expression %s
|
||
|
void expr() {
|
||
|
struct S MyS;
|
||
|
void *MyPtr = &MyS;
|
||
|
}
|