]> andersk Git - splint.git/blame - test/alias4.lh
Made make lint work. Although exprNode_doSwitchExpr surpresses too much.
[splint.git] / test / alias4.lh
CommitLineData
03d670b6 1/* Output from LCLint 3.0.0.9 */
885824d3 2
3# include "bool.h"
4# include "mut.h"
5
6extern int glob;
7extern int *globp;
8extern struct {
9 int val;
10 int *field;
11 } globs;
12extern mut f (mut /* a */, mut /* b */);
13extern int g (void);
14extern int *h (void);
This page took 0.080135 seconds and 5 git commands to generate.