bolt/deps/llvm-18.1.8/clang/test/AST/ast-dump-bpf-attr.c
2025-02-14 19:21:04 +01:00

5 lines
220 B
C

// 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")))*'