aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/config/feature-checks/test-libbfd.c
blob: d03339c995d768207fc0bbe09be4ee6662ed5bd2 (plain) (blame)
1
2
3
4
5
6
7
#include <bfd.h>

int main(void)
{
	bfd_demangle(0, 0, 0);
	return 0;
}