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:
parent
156e5a6897
commit
f789c15443
@ -0,0 +1,7 @@
|
||||
; RUN: not llvm-as -f %s -o /dev/null
|
||||
|
||||
void %test() {
|
||||
malloc %InvalidType
|
||||
ret void
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user