BSD 4_3_Tahoe development
[unix-history] / usr / src / lib / old_compiler / dbx / tests / cc / out / out.tahoe / enum.out
reading symbolic information ...
typedef enum { RED, GREEN, BLUE } Color;
Color c;
[1] stop in f
[1] stopped in f at line 14
14 printf("c = %d\n", c);
f(c = RED), line 14 in "enum.c"
main(0x1, 0xbfffe7e8, 0xbfffe7f0), line 8 in "enum.c"
RED
BLUE