blob: 698d0609fa0527372029b0a5a08afcc0b83e5b1f [file] [log] [blame]
Sean Callanan2b3a54b2017-08-07 22:27:30 +00001// RUN: clang-import-test -dump-ir -import %S/Inputs/Callee.cpp -expression %s | FileCheck %s
2// CHECK: %struct.S = type { i
3
4void foo() {
5 return Bar().bar(3);
6}