kernel_samsung_a53x/tools/build/feature/test-clang-bpf-co-re.c
2024-06-15 16:02:09 -03:00

9 lines
190 B
C
Executable file

// SPDX-License-Identifier: GPL-2.0
// Copyright (c) 2020 Facebook
struct test {
int a;
int b;
} __attribute__((preserve_access_index));
volatile struct test global_value_for_test = {};