Chandler Carruth | 5da5343 | 2012-07-02 18:37:59 +0000 | [diff] [blame] | 1 | ; RUN: not llvm-as %s -o /dev/null 2>&1 | 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 |