4 lines
88 B
C++
4 lines
88 B
C++
|
// RUN: clang-import-test -import %S/Inputs/F.cpp -expression %s
|
||
|
void expr() {
|
||
|
f(2);
|
||
|
}
|