Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 1 | ; Found by inspection of the code |
Chris Lattner | 103ff15 | 2009-01-02 07:01:27 +0000 | [diff] [blame] | 2 | ; RUN: not llvm-as < %s > /dev/null |& grep {constant expression type mismatch} |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 3 | |
4 | global {} { i32 7, float 1.0, i32 7, i32 8 } |