]> andersk Git - splint.git/blob - test/tests2.4/print.c
Pushed back constraintResolve.c to the previous version.
[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.036047 seconds and 5 git commands to generate.