selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_ID
[platform/kernel/linux-rpi.git] / tools / testing / selftests / bpf / prog_tests / jeq_infer_not_null.c
1 // SPDX-License-Identifier: GPL-2.0
2
3 #include <test_progs.h>
4 #include "jeq_infer_not_null_fail.skel.h"
5
6 void test_jeq_infer_not_null(void)
7 {
8         RUN_TESTS(jeq_infer_not_null_fail);
9 }