blob: 698d0609fa0527372029b0a5a08afcc0b83e5b1f [file] [log] [blame]
// RUN: clang-import-test -dump-ir -import %S/Inputs/Callee.cpp -expression %s | FileCheck %s
// CHECK: %struct.S = type { i
void foo() {
return Bar().bar(3);
}