repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[RISCV] Simplify usage of SplatPat_simm5_plus1. NFC (#125340)
[llvm-project.git]
/
clang
/
test
/
Import
/
indirect-goto
/
test.cpp
blob
62be49eea6bcc5203c2fbb87ee7e63743cd8709b
1
// RUN: clang-import-test -dump-ast -import %S/Inputs/F.cpp -expression %s | FileCheck %s
2
3
// CHECK: IndirectGotoStmt
4
// CHECK-NEXT: ImplicitCastExpr
5
// CHECK-NEXT: DeclRefExpr
6
// CHECK-SAME: 'l1_ptr'
7
8
void
expr
() {
9
f
();
10
}