// Basic test for typedef stripping in diagnostics.structA{voidf();};voidA::f(){// We don't want an aka for the injected-class-name.Aa=0;// { dg-error "type .A. requested" }}typedefAB;// We do want an aka for a real typedef.Bb=0;// { dg-error "B .aka A." }