]> andersk Git - splint.git/blame - test/modtest.lcl
noexpand always false.
[splint.git] / test / modtest.lcl
CommitLineData
885824d3 1int x, y;
2int ai[];
3int bi[];
4typedef struct _ts { int a; int b; } tst;
5tst ts;
6tst *tstp ;
7
8int f (int i[], int *j) int ai[]; int x, y; tst ts; tst* tstp;
9{
10 let elt be ai[6];
11 modifies elt, x, ai[3], ai[3+6], ai[x'], ts.a, tstp'->a, ts;
12 ensures true;
13}
14
15int g (int a[], int *p) int x, y;
16{
17 modifies x, y;
18 ensures true;
19}
20
This page took 0.082252 seconds and 5 git commands to generate.