brintos

brintos / llvm-project-archived public Read only

0
0
Text · 155 B · 5aad567 Raw
8 lines · cpp
1// RUN: clang-import-test --import %S/Inputs/S1.cpp --import %S/Inputs/S2.cpp -expression %s2void expr() {3  S MyS;4  T MyT;5  MyS.a = 3;6  MyT.u.b = 2;7}8