test for bug #1933
This commit is contained in:
9
test/val/bug1933.c
Normal file
9
test/val/bug1933.c
Normal file
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user