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