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 | } |
6 |
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 | } |
6 |