Chris Lattner | ed1228a | 2002-05-02 19:54:58 +0000 | [diff] [blame^] | 1 | ; 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"() | ||||
7 | begin | ||||
8 | ret %List* null | ||||
9 | end | ||||
10 |