| | | | --- | --- | | Bugzilla Link | [3461](https://llvm.org/bz3461) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:57 | | Version | unspecified | | OS | Linux | ## Extended Description Testcase: struct foo x = {1}; Run through clang, prints no warnings/errors. Should print an error.