Sign in
gbmc
/
linux
/
e7327c193014a4d8666e9c1cda09cf2c060518e8
/
.
/
tools
/
testing
/
selftests
/
bpf
/
prog_tests
/
kfunc_param_nullable.c
blob: c8f4dcaac7c761f26b540d320d7c0d7cee4aaf91 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
/* Copyright (c) 2024 Meta Platforms, Inc */
#include
<test_progs.h>
#include
"test_kfunc_param_nullable.skel.h"
void
test_kfunc_param_nullable
(
void
)
{
RUN_TESTS
(
test_kfunc_param_nullable
);
}