| Reid Spencer | 6bcc22ce | 2007-01-05 17:25:12 +0000 | [diff] [blame] | 1 | ; When PR1067 is fixed, this should not be XFAIL any more. |
| 2 | ; RUN: llvm-as < %s -o /dev/null -f 2>&1 | \ | ||||
| Reid Spencer | f7d59e2 | 2007-01-05 21:51:57 +0000 | [diff] [blame] | 3 | ; RUN: grep "Redefinition of global variable named 'B'" |
| Reid Spencer | 6bcc22ce | 2007-01-05 17:25:12 +0000 | [diff] [blame] | 4 | |
| 5 | ; Test forward references and redefinitions of globals | ||||
| 6 | |||||
| Reid Spencer | ce38056 | 2007-01-26 08:25:06 +0000 | [diff] [blame^] | 7 | @B = global i32 7 |
| 8 | @B = global i32 7 | ||||