Two useless/empty bison reductions removed.
[splint-patched.git] / test / format.c
blob72aef17aaf9ff5e93c33200bbf96f13d1ec08adf
1 void fn (FILE *f, char *fmt)
3 printf (fmt);
4 printf ("%s", fmt);
5 fprintf (f, fmt);
6 fprintf (f, fmt, fmt);