blob: b5809a87106c10c41b2b7e9da3d2084332455df1 [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...
Brian Gaekef44f7272004-02-25 20:34:02 +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}