blob: 3c36c81d81382ac9fc7967b9bc50718039317019 [file] [log] [blame]
Rafael Espindola1acea2d2014-05-09 21:49:17 +00001; RUN: not llvm-as %s 2>&1 | FileCheck %s
2
Peter Collingbourne834f85c2015-11-25 02:54:07 +00003; CHECK: error: redefinition of global '@bar'
Rafael Espindola1acea2d2014-05-09 21:49:17 +00004
5@foo = global i32 0
David Blaikie21f77df2015-09-11 03:22:04 +00006@bar = alias i32, i32* @foo
7@bar = alias i32, i32* @foo