blob: eaa9c0c9093fa7ead3fa1f8a3165082eee859fb2 [file] [log] [blame]
/* Uninitialized variable warning tests...
Inspired by part of optabs.c:expand_binop.
May be the same as uninit-1.c. */
/* { dg-do compile } */
/* { dg-options "-O -Wuninitialized -ftrivial-auto-var-init=zero" } */
#include "uninit-8.c"