3 // Testcase for assignment of non-array to array (assigns the same value to
7 typedef struct {} ct2d_rigid, ct2d_rigid_a[1];
11 ct2d_rigid_a _dev2phys;
13 class ccBgaInspection : public ccInspection
16 void reinspect (unsigned long diagFlags);
19 ccBgaInspection::reinspect (unsigned long diag_flags)
22 _dev2phys = physTdev; // { dg-error "" }