Sign in
android-kvm
/
linux
/
0e1b6fe3d1e5f1b79c5bec37881c98febfba7718
/
.
/
tools
/
build
/
feature
/
test-clang-bpf-global-var.c
blob: 221f1481d52e1e37e0eff0c9c431b9a3be6f4d5d [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
// Copyright (c) 2020 Facebook
volatile
int
global_value_for_test
=
1
;