blob: 321393c3a5cdc0a4ec2d2f7624d1a31d86c5e2f9 [file] [log] [blame]
Chris Lattnere23a7e92002-05-02 19:54:58 +00001; This should parse correctly without an 'implementation', but there seems to
2; be a problem...
3
Chris Lattner17c48f72002-05-02 19:58:05 +00004 %T = type int *
Chris Lattnere23a7e92002-05-02 19:54:58 +00005
Chris Lattner17c48f72002-05-02 19:58:05 +00006%T "test"()
Chris Lattnere23a7e92002-05-02 19:54:58 +00007begin
Chris Lattner17c48f72002-05-02 19:58:05 +00008 ret %T null
Chris Lattnere23a7e92002-05-02 19:54:58 +00009end
10