blob: c2d1e7fa4b8e70ca9818c0a6420e45752a8935c3 [file] [log] [blame]
enum E<X, Y> { one<int, String>(), two<double, num>(), three<int, int>.named(42), four<num, bool>; const E(); const E.named(int value); }
main() {}