]> Git Repo - J-linux.git/blob - tools/testing/selftests/bpf/prog_tests/kfunc_param_nullable.c
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / tools / testing / selftests / bpf / prog_tests / kfunc_param_nullable.c
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 }
This page took 0.028041 seconds and 4 git commands to generate.