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