kernel_samsung_a53x/tools/build/feature/test-libbfd-buildid.c
2024-06-15 16:02:09 -03:00

8 lines
183 B
C
Executable file

// SPDX-License-Identifier: GPL-2.0
#include <bfd.h>
int main(void)
{
bfd *abfd = bfd_openr("Pedro", 0);
return abfd && (!abfd->build_id || abfd->build_id->size > 0x506564726f);
}