Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
c9f3cc3bdaf1ec134dec1f718e7f2e735b34b17b
/
.
/
test
/
Assembler
/
2008-02-18-IntPointerCrash.ll
blob: 69632ae85cd5559bad51d6817cd677166cf05471 [
file
] [
log
] [
blame
]
; RUN: not llvm-as %s |& grep {is invalid or}
; PR2060
define
i8
*
@foo
()
{
ret
i8
*
0
}