Home
last modified time | relevance | path

Searched refs:u_array_ref (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900520_03.C34 typedef u_array &u_array_ref; typedef
36 void take_u_array_ref (u_array_ref arg) { } // ERROR - reference to array of unknown bound in parmt… in take_u_array_ref()
39 u_array_ref u_array_ref_gbl_obj0 = u_array_gbl_obj; // OK
43 u_array_ref u_array_ref_lcl_obj0 = u_array_gbl_obj; // OK in test_local_initialization()
H A D900520_02.C9 typedef u_array &u_array_ref; typedef
15 u_array_ref u_array_ref_gbl_obj0 = u_array_gbl_obj;