quakeforge/tools/qfcc/test/enum.r

3 lines
29 B
R
Raw Normal View History

typedef enum {x} X;
X y = x;