]> andersk Git - splint.git/blob - test/typequals.c
noexpand always false.
[splint.git] / test / typequals.c
1 # include "tq.h"
2
3 void f (tam xtam, tai xtai, tm xtm, ti xti)
4    /*@modifies xtam, xtai, xtm, xti@*/
5 {
6   *xtam = 3; /* 4. Operand of * is abstract type (tam): *xtam */
7   *xtai = 4; /* 5. Operand of * is abstract type (tai): *xtai */
8   *xtm = 5;
9   *xti = 8;
10 }
This page took 0.09834 seconds and 5 git commands to generate.