xref: /llvm-project/clang/test/Import/conversion-decl/test.cpp (revision 30e0c43c17bc17cbdaa46294f9c491fee56edc0a)
1*30e0c43cSRaphael Isemann // RUN: clang-import-test -import %S/Inputs/F.cpp -expression %s
expr()2*30e0c43cSRaphael Isemann void expr() {
3*30e0c43cSRaphael Isemann   X X1;
4*30e0c43cSRaphael Isemann   Y Y1 = X1;
5*30e0c43cSRaphael Isemann }
6