| ... | @@ -49,7 +49,7 @@ pub fn main() !void { | ... | @@ -49,7 +49,7 @@ pub fn main() !void { |
| 49 | c_name(c_type), | 49 | c_name(c_type), |
| 50 | target.c_type_byte_size(c_type), | 50 | target.c_type_byte_size(c_type), |
| 51 | }); | 51 | }); |
| 52 | try stdout.print("_Static_assert(_Alignof({0s}) == {1d}, \"_Alignof({0s}) == {1d}\");\n\n", .{ | 52 | try stdout.print("_Static_assert(_Alignof({0s}) == {1d}, \"_Alignof({0s}) == {1d}\");\n", .{ |
| 53 | c_name(c_type), | 53 | c_name(c_type), |
| 54 | target.c_type_alignment(c_type), | 54 | target.c_type_alignment(c_type), |
| 55 | }); | 55 | }); |