xref: /linux/tools/testing/selftests/bpf/prog_tests/kfunc_param_nullable.c (revision 01a9664e0d9f8f8d5c0c7c33be2aae1284c2fc05)
1 // SPDX-License-Identifier: GPL-2.0
2 
3 /* Copyright (c) 2024 Meta Platforms, Inc */
4 
5 #include <test_progs.h>
6 #include "test_kfunc_param_nullable.skel.h"
7 
8 void test_kfunc_param_nullable(void)
9 {
10 	RUN_TESTS(test_kfunc_param_nullable);
11 }
12