summaryrefslogtreecommitdiff
path: root/bench/src/format
diff options
context:
space:
mode:
Diffstat (limited to 'bench/src/format')
-rw-r--r--bench/src/format/image/png.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/bench/src/format/image/png.c b/bench/src/format/image/png.c
new file mode 100644
index 0000000..016f686
--- /dev/null
+++ b/bench/src/format/image/png.c
@@ -0,0 +1,6 @@
+#include "bench.h"
+
+int main(void)
+{
+
+}