summaryrefslogtreecommitdiffstats
path: root/coverage/bin/bug.c
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/bin/bug.c')
-rw-r--r--coverage/bin/bug.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/coverage/bin/bug.c b/coverage/bin/bug.c
new file mode 100644
index 00000000..ddebdef7
--- /dev/null
+++ b/coverage/bin/bug.c
@@ -0,0 +1,6 @@
+#define AFB_BINDING_VERSION 3
+#include <afb/afb-binding.h>
+int afbBindingEntry(afb_api_t api)
+{
+ return ((int(*)())(intptr_t)0)();
+}