From 61ee5fe1d5ef9a9355f0f42dc20351514ec28da3 Mon Sep 17 00:00:00 2001 From: mrdudz Date: Mon, 28 Nov 2022 06:26:47 +0100 Subject: [PATCH] test for bug #1933 --- test/val/bug1933.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/val/bug1933.c diff --git a/test/val/bug1933.c b/test/val/bug1933.c new file mode 100644 index 000000000..9302f565a --- /dev/null +++ b/test/val/bug1933.c @@ -0,0 +1,9 @@ + +/* bug #1933 - wrong printf specifier breaks data lines */ + +unsigned char info_signature[3] = {3, 21, 63 | 0x80}; + +int main(void) +{ + return 0; +} \ No newline at end of file