Add test for PR4678

llvm-svn: 78040
This commit is contained in:
Rafael Espindola 2009-08-04 03:44:37 +00:00
parent 0c685e1055
commit dde8b5848a
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
// RUN: %llvmgxx %s -S -emit-llvm -o - | grep _Z1az\(\.\.\.\)
// PR4678
void a(...) {
}