blob: a873a6107e1c020408ff76fd1ba5794de6bbc8c0 [file] [log] [blame]
Dan Gohmanfea1dd02009-08-25 15:38:29 +00001; RUN: llvm-as %s -o /dev/null
Chris Lattner49f20c42002-12-15 16:32:21 +00002
Tanya Lattner6e9bcee2008-02-14 07:57:12 +00003@X = external global i32*
4@X1 = external global %T*
5@X2 = external global i32*
Chris Lattner49f20c42002-12-15 16:32:21 +00006
Chris Lattner1afcace2011-07-09 17:41:24 +00007%T = type {i32}