Sign in
android
/
toolchain
/
rustc
/
cd1aefd586783f162dd848e314bd6991a5ffe033
/
.
/
src
/
llvm-project
/
clang
/
test
/
AST
/
ast-dump-bpf-attr.c
blob: 8899cecbb6e9f3449cabd72335fd0b57239eced6 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -triple bpf-pc-linux-gnu -ast-dump %s \
// RUN: | FileCheck --strict-whitespace %s
int
__attribute__
((
btf_type_tag
(
"rcu"
)))
*
g
;
// CHECK: VarDecl{{.*}}g 'int __attribute__((btf_type_tag("rcu")))*'