1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-06 05:33:28 +00:00
llvm-6502/test/Assembler/2002-05-02-ParseError.ll

8 lines
84 B
LLVM
Raw Normal View History

; RUN: llvm-as %s -o /dev/null
%T = type i32 *
define %T @test() {
ret %T null
}