hanchenye-llvm-project/llvm/test/Regression/Assembler/2002-05-02-ParseError.ll

11 lines
152 B
LLVM

; This should parse correctly without an 'implementation', but there seems to
; be a problem...
%T = type int *
%T "test"()
begin
ret %T null
end