2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / torture / pr67581.C
blob8089c1fcb2ee8eda355cb5b04032de657d152fa9
1 /* { dg-do compile } */
2 union U 
4   int x; 
5   float y;
6 } __attribute__ ((__transparent_union__));