Enhance hasConstantValue to ignore undef values in phi nodes. This allows it
[oota-llvm.git] / test / CFrontend / 2003-11-01-GlobalUnionInit.c
1 union bdflush_param {
2     struct { int x; } b_un;
3     int y[1];
4 } bdf_prm = {{30}};
5