blob: 6f89e83bf5e07998a4479ff1e0b74c229802eb5d [file] [log] [blame]
Bill Wendlinga0126af2012-04-08 11:00:38 +00001; RUN: llvm-as < %s | llvm-dis | FileCheck %s
Duncan P. N. Exon Smith13f5c582014-08-19 21:08:27 +00002; RUN: verify-uselistorder %s
Dan Gohman80f0f612008-05-23 21:40:55 +00003
Bill Wendlinga0126af2012-04-08 11:00:38 +00004; CHECK: define [18446744073709551615 x i8]* @foo() {
5; CHECK: ret [18446744073709551615 x i8]* null
Dan Gohman80f0f612008-05-23 21:40:55 +00006define [18446744073709551615 x i8]* @foo() {
7 ret [18446744073709551615 x i8]* null
8}