summaryrefslogtreecommitdiff
path: root/test_state/test_state.h
blob: 764728ea2cc472490d9f76166b01e9910c5ce063 (plain) (blame)
1
2
3
4
5
6
7
8
Clean(
    :: *State :== Int;
    :: IntPointer :== Int
)

int store(int* p, int offset, int value);
Clean(store :: IntPointer Int Int State -> (IntPointer,State))