blob: 59e6b1197c0d55f3b82da3654b2ee45dc49c3a53 [file] [log] [blame]
Chris Lattner2f7c9632001-06-06 20:29:01 +00001%x = type int
2
3implementation
4
5int "foo"(int %in)
6begin
7label:
Chris Lattnere629eda2002-04-16 21:31:08 +00008 ret int 2
Chris Lattner2f7c9632001-06-06 20:29:01 +00009end
10