Searched refs:enum_list_array (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpubtypes-4.c9 /* { dg-final { scan-assembler "\"enum_list_array\\\\0\"+\[ \t\]+\[#;]+\[ \t\]+external name" } } */
45 typedef enum list_name_type *enum_list_array; typedef in typeref:enum:list_name_type
47 enum_list_array enum_list;
56 enum_list = (enum_list_array) malloc (10 * sizeof (enum list_name_type));

Completed in 37 milliseconds