Sign in
android-kvm
/
linux
/
4eb98b7760e8078dbc984ee08b02b5b4c3cff088
/
.
/
tools
/
testing
/
selftests
/
bpf
/
prog_tests
/
jeq_infer_not_null.c
blob: 3add34df57678d28e4678ffa8778e198fd97fe62 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#include
<test_progs.h>
#include
"jeq_infer_not_null_fail.skel.h"
void
test_jeq_infer_not_null
(
void
)
{
RUN_TESTS
(
jeq_infer_not_null_fail
);
}