brintos

brintos / llvm-project-archived public Read only

0
0
Text · 106 B · cbf7e65 Raw
5 lines · c
1// RUN: clang-import-test -import %S/Inputs/S.c -expression %s2void expr(struct S *MyS) {3  MyS->a = 3;4}5