Make int constant available in the following declaration.
Created originally on Bitbucket by mozbugbox (Mozbugbox)
Was already merged in Bitbucket before import, marked as merged by the import user
Should solve issue #148 (closed).
enum { enum_m, enum_n = enum_m };
Still cannot handle
enum { enum_m, enum_n = enum_m + 2 };
kind of decl.