Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
12ff96854d6f03dd6cc67abb68843fd8b94e065b
/
.
/
test
/
Assembler
/
2002-05-02-ParseError.ll
blob: 9d8469877de14fe11e3b21fea6803a1d11c47d65 [
file
] [
log
] [
blame
]
; 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
}