]> andersk Git - splint.git/blame - test/typequals.c
Making fixes for Microsoft Visual C++ compiler.
[splint.git] / test / typequals.c
CommitLineData
885824d3 1# include "tq.h"
2
3void 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.186647 seconds and 5 git commands to generate.