diff options
Diffstat (limited to 'tests/format/image/png')
| -rw-r--r-- | tests/format/image/png/png_open.c | 6 |
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 |
