brintos

brintos / llvm-project-archived public Read only

0
0
Text · 164 B · 698d060 Raw
7 lines · cpp
1// RUN: clang-import-test -dump-ir -import %S/Inputs/Callee.cpp -expression %s | FileCheck %s2// CHECK: %struct.S = type { i3 4void foo() {5  return Bar().bar(3);6}7