]> andersk Git - splint.git/blame - test/enum.lcl
noexpand always false.
[splint.git] / test / enum.lcl
CommitLineData
885824d3 1typedef enum { one, two, three } etype;
2typedef enum { cero, uno, dos } stype;
3typedef enum _ietag { siete } itype; /* 11. enum _ietag specified but not defined */
4
5typedef struct { int a; int b; } st;
6typedef struct { int a; int b; int c; } st2; /* (5. Field present in spec...) */
7
8enum { hasta, pasta, yasta } ;
This page took 0.788932 seconds and 5 git commands to generate.