brintos

brintos / llvm-project-archived public Read only

0
0
Text · 115 B · eaaac2a Raw
6 lines · cpp
1// RUN: clang-import-test -import %S/Inputs/S.cpp -expression %s2void expr() {3  S MyS;4  int b = MyS.a + MyS.a;5}6