mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-21 04:41:34 +00:00
Add test for PR4678
llvm-svn: 78040
This commit is contained in:
parent
c144416738
commit
bca6e956fb
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…
x
Reference in New Issue
Block a user