Searched refs:f5_z (Results 1 – 1 of 1) sorted by relevance
89 union f5_z {int x; struct f5_a y;}; union90 struct f5_a f5() {return ((union f5_z)f5_a).y;} in f5()