blob: 6ef37c7083a08eecddb1928a55e533b2077243cc [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | llvm-dis > %t1.ll
2; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
3; RUN: diff %t1.ll %t2.ll
4
5%x = type int
6
7implementation
8
9int "foo"(int %in)
10begin
11label:
12 ret int 2
13end
14