repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 5.7.7
[linux/fpc-iii.git]
/
tools
/
build
/
feature
/
test-clang-bpf-global-var.c
blob
221f1481d52e1e37e0eff0c9c431b9a3be6f4d5d
1
// SPDX-License-Identifier: GPL-2.0
2
// Copyright (c) 2020 Facebook
3
4
volatile
int
global_value_for_test
=
1
;