blob: 9d8469877de14fe11e3b21fea6803a1d11c47d65 [file] [log] [blame]
Chris Lattner42289a32003-03-06 19:59:08 +00001; This should parse correctly without an 'implementation', but our current YACC
2; based parser doesn't have the required 2 token lookahead...
Tanya Lattner12ff9682004-11-06 20:38:27 +00003; XFAIL: *
Chris Lattnere23a7e92002-05-02 19:54:58 +00004
Chris Lattner17c48f72002-05-02 19:58:05 +00005 %T = type int *
Chris Lattnere23a7e92002-05-02 19:54:58 +00006
Chris Lattner42289a32003-03-06 19:59:08 +00007%T %test() {
Chris Lattner17c48f72002-05-02 19:58:05 +00008 ret %T null
Chris Lattner42289a32003-03-06 19:59:08 +00009}