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 87ee2ba48d
commit a825b14278
1 changed files with 7 additions and 0 deletions

View File

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