summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/format/image/png/png_open.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/format/image/png/png_open.c b/tests/format/image/png/png_open.c
new file mode 100644
index 0000000..54ed6a3
--- /dev/null
+++ b/tests/format/image/png/png_open.c
@@ -0,0 +1,6 @@
+#include <tinyff/image/png.h>
+#include <bridges/stdio/stream.h>
+
+int main() {
+ ff_create_file_stream()
+} \ No newline at end of file