]> andersk Git - splint.git/blob - test/tests2.4/print.c
Added linux builtin type in inet.h to unix library.
[splint.git] / test / tests2.4 / print.c
1 # include <stdio.h>
2
3 int main (void) {
4   int i;
5
6   printf ("a%n\n", &i); 
7   printf ("%d\n", i);
8   return 0;
9 }
This page took 0.060449 seconds and 5 git commands to generate.