test-clang-bpf-co-re.c 190 B

123456789
  1. // SPDX-License-Identifier: GPL-2.0
  2. // Copyright (c) 2020 Facebook
  3. struct test {
  4. int a;
  5. int b;
  6. } __attribute__((preserve_access_index));
  7. volatile struct test global_value_for_test = {};