mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 08:36:07 +00:00
6 lines
220 B
C
6 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")))*'
|