brintos

brintos / llvm-project-archived public Read only

0
0
Text · 220 B · 8899cec Raw
6 lines · c
1// RUN: %clang_cc1 -triple bpf-pc-linux-gnu -ast-dump  %s \2// RUN: | FileCheck --strict-whitespace %s3 4int __attribute__((btf_type_tag("rcu"))) * g;5// CHECK: VarDecl{{.*}}g 'int  __attribute__((btf_type_tag("rcu")))*'6