mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-12 22:28:22 +00:00
42289a3010
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5717 91177308-0d34-0410-b5e6-96231b3b80d8
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
|
|
}
|