]> andersk Git - splint.git/blame - test/repexpose.h
noexpand always false.
[splint.git] / test / repexpose.h
CommitLineData
885824d3 1# include "bool.h"
2
80ee600a 3typedef struct s_abst *abst;
885824d3 4
80ee600a 5typedef struct
885824d3 6{
7 char *name;
8 int val;
9} *immut;
10
80ee600a 11struct s_abst
885824d3 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.079284 seconds and 5 git commands to generate.