// SPDX-License-Identifier: GPL-2.0

#include <test_progs.h>
#include "struct_ops_multi_args.skel.h"

void test_struct_ops_multi_args(void)
{
	RUN_TESTS(struct_ops_multi_args);
}
