1 // RUN: clang-import-test -dump-ir -import %S/Inputs/Callee.cpp -expression %s | FileCheck %s
2 // XFAIL: *
3 // CHECK: %struct.S = type { i
4 // CHECK: %struct.S.0 = type { i1 }
5 
6 void foo() {
7   return Bar().bar(3, true);
8 }
9