]> andersk Git - splint.git/blame - test/tq.h
noexpand always false.
[splint.git] / test / tq.h
CommitLineData
885824d3 1typedef /*@abstract@*/ /*@mutable@*/ int *tam;
2typedef /*@abstract@*/ /*@immutable@*/ int *tai;
3typedef /*@abstract@*/ /*@immutable@*/ int *tmixm; /* 1. inconsistently declared as immutable */
4typedef /*@abstract@*/ /*@immutable@*/ int *tmixa; /* 2. inconsistently declared as abstract type */
5typedef /*@abstract@*/ /*@mutable@*/ int *tmixi; /* 3. inconsistently declared as mutable */
6typedef /*@mutable@*/ int *tm;
7typedef /*@immutable@*/ int *ti;
8
This page took 0.089348 seconds and 5 git commands to generate.