forked from OSchip/llvm-project
New testcase that the assembler incorrectly accepts.
llvm-svn: 20725
This commit is contained in:
parent
87ee2ba48d
commit
a825b14278
|
@ -0,0 +1,7 @@
|
|||
; RUN: not llvm-as -f %s -o /dev/null
|
||||
|
||||
void %test() {
|
||||
malloc %InvalidType
|
||||
ret void
|
||||
}
|
||||
|
Loading…
Reference in New Issue