================
@@ -76,3 +77,31 @@ void def() {
   T t;
   U u;
 }
+
+int load_field(S* s) {
+  return s->c;
----------------
andykaylor wrote:

Can you add a test case with an unsigned field?

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

Reply via email to