]> andersk Git - splint.git/blob - test/tests2.2a/dobb.c
Renamed lclintMacros.nf splintMacros.nf
[splint.git] / test / tests2.2a / dobb.c
1 typedef int t_u_byte;
2
3 #define TESTVALUE  (t_u_byte) 7
4 typedef enum e_test
5 {
6 e_c1,
7 e_cl = (e_c1 + (((t_u_byte) 7) - 1)),
8 } t_test;
This page took 0.389855 seconds and 5 git commands to generate.