================
@@ -19,8 +19,12 @@ f5 *e;
 f6 *f;
 f7 *g;
 
+enum E : long;
----------------
AaronBallman wrote:

Another test that would be helpful would be a test not using a fixed underlying 
type but still produces a type compatible with `long`, as in:
```
enum E {
  Big = __LONG_MAX__
};
```

https://github.com/llvm/llvm-project/pull/87793
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to