commit | a5ca2cf265ba79ed25dd06c92f4a4ea8063a4f8b | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Aug 19 00:58:40 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Aug 19 00:58:40 2008 +0000 |
tree | 6e4b5baa49972d75b357b4a60707ad5d106ed1b5 | |
parent | c45e2fb32e93cda8c423c721fae52b7321e2ee04 [diff] [blame] |
add testcase we already handle. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54967 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Sema/init.c b/test/Sema/init.c index b57f046..f6cf9c3 100644 --- a/test/Sema/init.c +++ b/test/Sema/init.c
@@ -50,3 +50,7 @@ return pbool2; } + +// rdar://5870981 +union { float f; unsigned u; } u = { 1.0f }; +