OSDN Git Service

gcc/
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / pr22531.c
1 typedef struct dw_cfi_oprnd_struct {
2       unsigned long reg;
3 } dw_cfa_location;
4 void def_cfa_1 (void) {
5       dw_cfa_location loc;
6         loc.reg = loc.reg;
7 }