summaryrefslogtreecommitdiff
path: root/tools/build/feature/test-libbpf-btf__load_from_kernel_by_id.c
blob: f7c084428735a73de2baeb0bff9e152b039ad771 (plain)
1
2
3
4
5
6
7
// SPDX-License-Identifier: GPL-2.0
#include <bpf/libbpf.h>

int main(void)
{
	return btf__load_from_kernel_by_id(20151128, NULL);
}