]> Git Repo - linux.git/blob - tools/testing/selftests/bpf/prog_tests/jeq_infer_not_null.c
Merge patch series "riscv: Extension parsing fixes"
[linux.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 }
This page took 0.02959 seconds and 4 git commands to generate.