Mercurial > hg > CbC > GCC_original
view gcc/testsuite/c-c++-common/transparent-union-1.c @ 16:04ced10e8804
gcc 7
author | kono |
---|---|
date | Fri, 27 Oct 2017 22:46:09 +0900 |
parents | |
children |
line wrap: on
line source
/* PR c++/51228 */ /* { dg-options "-Wno-c++-compat" { target c } } */ typedef union {} U __attribute__((transparent_union)); /* { dg-warning "ignored" } */ void foo(U u) {}