]> andersk Git - splint.git/blame - test/repexpose.h
Updating for cert move
[splint.git] / test / repexpose.h
CommitLineData
885824d3 1# include "bool.h"
2
3typedef struct _abst *abst;
4
5typedef struct _immut
6{
7 char *name;
8 int val;
9} *immut;
10
11struct _abst
12{
13 char *name;
14 int val;
15 /*@dependent@*/ abst parent;
16 immut im;
17} ;
18
19
20# include "repexpose.lh"
This page took 0.051896 seconds and 5 git commands to generate.