blob: f7c084428735a73de2baeb0bff9e152b039ad771 [file] [log] [blame]
// SPDX-License-Identifier: GPL-2.0
#include <bpf/libbpf.h>
int main(void)
{
return btf__load_from_kernel_by_id(20151128, NULL);
}