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