mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 15:32:52 +01:00
0f7bfb8ef5
llvm-svn: 11831
10 lines
198 B
LLVM
10 lines
198 B
LLVM
; This should parse correctly without an 'implementation', but our current YACC
|
|
; based parser doesn't have the required 2 token lookahead...
|
|
; XFAIL
|
|
|
|
%T = type int *
|
|
|
|
%T %test() {
|
|
ret %T null
|
|
}
|