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