blob: 44f97a0be0987d152c07fac4c172a19bcff8290a [file] [log] [blame]
Chris Lattner81e92fe2003-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...
Chris Lattnered1228a2002-05-02 19:54:58 +00003
Chris Lattner3f6b8332002-05-02 19:58:05 +00004 %T = type int *
Chris Lattnered1228a2002-05-02 19:54:58 +00005
Chris Lattner81e92fe2003-03-06 19:59:08 +00006%T %test() {
Chris Lattner3f6b8332002-05-02 19:58:05 +00007 ret %T null
Chris Lattner81e92fe2003-03-06 19:59:08 +00008}