// SPDX-License-Identifier: GPL-2.0 #include #include #include SEC("freplace/global_func2") void test_freplace_int_with_void(struct __sk_buff *skb) { } char _license[] SEC("license") = "GPL";