1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

New testcase that the assembler incorrectly accepts.

llvm-svn: 20725
This commit is contained in:
Chris Lattner 2005-03-21 06:24:53 +00:00
parent 156e5a6897
commit f789c15443

View File

@ -0,0 +1,7 @@
; RUN: not llvm-as -f %s -o /dev/null
void %test() {
malloc %InvalidType
ret void
}