| Chris Lattner | 0250ace | 2003-05-21 15:57:25 +0000 | [diff] [blame] | 1 | ; Found by inspection of the code |
| Chandler Carruth | 0a4a261 | 2012-07-02 12:23:19 +0000 | [diff] [blame] | 2 | ; RUN: not llvm-as < %s > /dev/null 2> %t |
| 3 | ; RUN: grep "initializer with struct type has wrong # elements" %t | ||||
| Chris Lattner | 0250ace | 2003-05-21 15:57:25 +0000 | [diff] [blame] | 4 | |
| Reid Spencer | ce38056 | 2007-01-26 08:25:06 +0000 | [diff] [blame] | 5 | global {} { i32 7, float 1.0, i32 7, i32 8 } |