blob: 87608cca4221e0b863d619b70aa3b731a9257acf [file] [log] [blame]
Dan Gohmanfea1dd02009-08-25 15:38:29 +00001; RUN: llvm-as %s -o /dev/null
Duncan P. N. Exon Smith13f5c582014-08-19 21:08:27 +00002; RUN: verify-uselistorder %s
Chris Lattner49f20c42002-12-15 16:32:21 +00003
Tanya Lattner6e9bcee2008-02-14 07:57:12 +00004@X = external global i32*
5@X1 = external global %T*
6@X2 = external global i32*
Chris Lattner49f20c42002-12-15 16:32:21 +00007
Chris Lattner1afcace2011-07-09 17:41:24 +00008%T = type {i32}