]> andersk Git - splint.git/blame - test/temp/enumadd.c
Removed stray files in test
[splint.git] / test / temp / enumadd.c
CommitLineData
80ee600a 1enum Months {Jan = 1, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct,
2 Nov, Dec};
3
4int main()
5{
6 int i = Jan + Oct;/*should LClint complain that a enumerated*/
7 /*type was passed to the + operator? */
8 return i;
9}
This page took 0.283997 seconds and 5 git commands to generate.