• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // RUN: clang-import-test -dump-ir -use-origins -import %S/Inputs/Callee.cpp -expression %s | FileCheck %s
2 // CHECK: %struct.S = type { i
3 // CHECK: %struct.S.0 = type { i
4 
foo()5 void foo() {
6   return Bar().bar(3, true);
7 }
8