Chris Lattner | ac161bf | 2009-01-02 07:01:27 +0000 | [diff] [blame] | 1 | ; RUN: not llvm-as %s -o /dev/null -f |& grep {redefinition of global '@B'} |
Reid Spencer | 6bcc22ce | 2007-01-05 17:25:12 +0000 | [diff] [blame] | 2 | |
Reid Spencer | ce38056 | 2007-01-26 08:25:06 +0000 | [diff] [blame] | 3 | @B = global i32 7 |
4 | @B = global i32 7 |