Ensure \n gets printed for the null type.

This commit is contained in:
Bill Currie 2012-12-12 13:44:22 +09:00
parent 48821f379f
commit dd03678a74

View file

@ -128,6 +128,7 @@ test_types (void)
printf ("%p %-6s %-20s", type, ty_meta_name[type.meta],
type.encoding);
if (!type.size) {
printf ("\n");
continue;
}
switch (type.meta) {