Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / tools / testing / selftests / bpf / sample_ret0.c
blobfec99750d6ea22a2b4751457a24ecdd95a750138
1 /* SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) */
3 /* Sample program which should always load for testing control paths. */
4 int func()
6 return 0;