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
staging: rtl8192u: remove redundant assignment to pointer crypt
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
bpf
/
progs
/
sample_ret0.c
blob
fec99750d6ea22a2b4751457a24ecdd95a750138
1
/* SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) */
2
3
/* Sample program which should always load for testing control paths. */
4
int
func
()
5
{
6
return
0
;
7
}