brintos

brintos / llvm-project-archived public Read only

0
0
Text · 189 B · fd14d82 Raw
8 lines · cpp
1// RUN: clang-import-test -import %S/Inputs/N1.cpp -import %S/Inputs/N2.cpp -import %S/Inputs/N3.cpp -expression %s2void expr() {3  N::S s;4  N::T t;5  N::U u;6  int d = s.a + t.b + u.c;7}8