]> andersk Git - splint.git/blame - test/macros.lcl
noexpand always false.
[splint.git] / test / macros.lcl
CommitLineData
885824d3 1immutable type twerp { mustard, ketchup } ;
2
3int ok (int a, int b) { }
4int needparen (int a, int b) { }
5int needuse (int a, int b) { }
6int multuse (int a, int b) { }
7int badassign (int a, int b) { }
8int predok (int a, int b) { }
9int predbad (int a, int b) { }
10int predbad2 (int a, int b) { }
11int badorder (int a, int b) { }
12int okorder (int a, int b, int c) { }
13int okorder2 (int a, int b, int c) { }
14int badval (int a, int b) { }
15
16immutable type bool;
17
18constant bool badconst;
19constant bool goodconst;
20constant int worseconst;
21
22int var;
23int var2;
This page took 0.134975 seconds and 5 git commands to generate.