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