Details
-
Bug
-
Status: Closed (View Workflow)
-
Low
-
Resolution: Fixed
-
6.00.beta2
-
None
-
Any
Description
[cling]$ typedef enum {k1, k2} E;
|
[cling]$ E var = k2;
|
input_line_5:2:10: error: use of undeclared identifier 'k2'
|
E var = k2;
|
^
|