aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/prog_tests/jeq_infer_not_null.c
blob: 3add34df57678d28e4678ffa8778e198fd97fe62 (plain)
1
2
3
4
5
6
7
8
9
// 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);
}