blob: 5e4793c9c29a07481b5698f79f60c005b1c89277 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// SPDX-License-Identifier: GPL-2.0
/* Copyright (c) 2026 Meta Platforms, Inc. and affiliates. */
#include <test_progs.h>
#include "kfunc_implicit_args.skel.h"
void test_kfunc_implicit_args(void)
{
RUN_TESTS(kfunc_implicit_args);
}
|