forked from OSchip/llvm-project
This testcase causes the CBE to generate code that is not legal C.
llvm-svn: 15601
This commit is contained in:
parent
189229151f
commit
cee3c6b1be
|
@ -0,0 +1,7 @@
|
|||
declare void %llvm.va_end(sbyte*)
|
||||
|
||||
void %test() {
|
||||
call void %llvm.va_end( sbyte* null )
|
||||
ret void
|
||||
}
|
||||
|
Loading…
Reference in New Issue