aboutsummaryrefslogtreecommitdiffstats
path: root/coverage/bin/bug.c
blob: ddebdef7a90dcff951e392e6228e8bab04b5bb09 (plain)
1
2
3
4
5
6
#define AFB_BINDING_VERSION 3
#include <afb/afb-binding.h>
int afbBindingEntry(afb_api_t api)
{
	return ((int(*)())(intptr_t)0)();
}