c++: Implement for namespace statics CWG 2867 - Order of initialization for structure...
[official-gcc.git] / gcc / testsuite / gcc.dg / auto-init-uninit-6.c
blob7c10dfc5895b353644eb509168f95a513e37611b
1 /* Spurious uninitialized variable warnings.
2 This one inspired by java/class.c:build_utf8_ref. */
4 /* { dg-do compile } */
5 /* { dg-options "-O -Wuninitialized -ftrivial-auto-var-init=zero" } */
7 #include "uninit-6.c"