blob: 3c2205d1febd9027625d1b6de914315254eee617 [file] [log] [blame]
Chris Lattnered1228a2002-05-02 19:54:58 +00001; This should parse correctly without an 'implementation', but there seems to
2; be a problem...
3
4 %List = type { int, %List* }
5
6%List* "test"()
7begin
8 ret %List* null
9end
10