]> andersk Git - splint.git/blame - test/tests2.4/print.c
noexpand always false.
[splint.git] / test / tests2.4 / print.c
CommitLineData
885824d3 1# include <stdio.h>
2
3int 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.10001 seconds and 5 git commands to generate.