mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-12 07:41:14 +00:00
cbb30adcfd
llvm-svn: 5717
9 lines
189 B
LLVM
9 lines
189 B
LLVM
; This should parse correctly without an 'implementation', but our current YACC
|
|
; based parser doesn't have the required 2 token lookahead...
|
|
|
|
%T = type int *
|
|
|
|
%T %test() {
|
|
ret %T null
|
|
}
|