]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Import/call-expr/test.cpp
Vendor import of clang trunk r351319 (just before the release_80 branch
[FreeBSD/FreeBSD.git] / test / Import / call-expr / test.cpp
1 // RUN: clang-import-test -dump-ast -import %S/Inputs/F.cpp -expression %s | FileCheck %s
2 void expr() {
3   f();
4 }
5
6 // CHECK: FunctionDecl 0x{{[^ ]*}} <{{[^>]*}}> line:{{.*}}:{{[^ ]*}} used f 'void ()'
7 // CHECK: -CallExpr 0x{{[^ ]*}} <{{[^>]*}}> 'void' adl
8 // CHECK: -CXXOperatorCallExpr 0x{{[^ ]*}} <{{[^>]*}}> 'void' adl