brintos

brintos / llvm-project-archived public Read only

0
0
Text · 157 B · 8199aa2 Raw
6 lines · c
1// RUN: clang-import-test -import %S/Inputs/S1.c --import %S/Inputs/S2.c --import %S/Inputs/S3.c -expression %s2void expr() {3  struct S MyS;4  MyS.a = 3;5}6