brintos

brintos / llvm-project-archived public Read only

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