================
@@ -130,7 +130,10 @@ int main(void) {
P(object_size, (s0, 3));
// Whatever
-
+ P(bswapg, ((char)N));
+ P(bswapg, ((short)N));
+ P(bswapg, ((int)N));
+ P(bswapg, ((unsigned long)N));
----------------
ojhunt wrote:maybe add _BitInt checks to this set of tests as well? https://github.com/llvm/llvm-project/pull/162433 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
