4 static /*@unused@*/ int internalState
;
7 /*@modifies internalState, fileSystem;@*/ ; /* 1. Modifies list uses ... */
12 int f5 (int fileSystem
)
13 /*@modifies fileSystem;@*/ ; /* 2. Modifies list uses fileSystem ... */
17 int f6 (void) /*@modifies mstat;@*/ /* 3. Implementation modifies list for ... */
22 int f1 (/*@unused@*/ int p
[])
24 mstat
++; /* 4. Suspect modification of mstat: mstat++ */
28 int f2 (/*@unused@*/ int p
[]) /*@modifies mstat;@*/
34 int g2 (/*@unused@*/ int p
[])
37 } /* 5. Function g2 specified to modify internal state but no internal */