]> andersk Git - splint.git/blame - test/alias3.lh
Fixed bugs in the constant removal code for binary expressions.
[splint.git] / test / alias3.lh
CommitLineData
6e5d6478 1/* Output from LCLint 3.0.0.7 */
885824d3 2# include "bool.h"
3
4
5# ifndef EXPOSED_TYPE_st
80ee600a 6typedef struct s_st {
885824d3 7 int a;
8 int *b;
9 } st;
10# endif
11
12
13# ifndef EXPOSED_TYPE_ut
80ee600a 14typedef union s_ut {
885824d3 15 int a;
16 st s;
17 st *t;
18 int **c;
19 } ut;
20# endif
21
22extern st gst;
23extern ut *gu;
24extern int f (int /* ia */[], st /* s1 */, ut * /* u1 */);
25extern void model (int /* ia */[]);
26extern void modst (st /* s1 */);
27extern void modu (ut * /* u */);
This page took 0.052008 seconds and 5 git commands to generate.