int main (int argc, char *argv []) { do_locals_tests (); do_block_tests (); do_children_tests (); do_special_tests (); exit (0); }
int main (int argc, char *argv []) { do_locals_tests (); do_block_tests (); do_children_tests (); do_special_tests (); do_frozen_tests (); do_at_tests (); do_bitfield_tests (); do_anonymous_type_tests (); do_nested_struct_union_tests (); exit (0); }