mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 22:07:27 +00:00
Add test for PR4678
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78040 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d9a05eb97e
commit
c4f8861af3
4
test/FrontendC++/2009-08-03-Varargs.cpp
Normal file
4
test/FrontendC++/2009-08-03-Varargs.cpp
Normal file
@ -0,0 +1,4 @@
|
||||
// RUN: %llvmgxx %s -S -emit-llvm -o - | grep _Z1az\(\.\.\.\)
|
||||
// PR4678
|
||||
void a(...) {
|
||||
}
|
Loading…
Reference in New Issue
Block a user