12 lines
232 B
C
12 lines
232 B
C
// 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);
|
|
}
|