1 /* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
6 /* do nothing, just make sure we can link successfully */
8 int main(int argc, char *argv[])
11 libbpf_set_print(NULL, NULL, NULL);
14 bpf_prog_get_fd_by_id(0);
17 btf__new(NULL, 0, NULL);