coverage: Add coverage test
[src/app-framework-binder.git] / coverage / bin / bug.c
diff --git a/coverage/bin/bug.c b/coverage/bin/bug.c
new file mode 100644 (file)
index 0000000..ddebdef
--- /dev/null
@@ -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)();
+}