mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
5 lines
88 B
C++
5 lines
88 B
C++
|
// RUN: %llvmgxx %s -S -emit-llvm -o - | grep _Z1az\(\.\.\.\)
|
||
|
// PR4678
|
||
|
void a(...) {
|
||
|
}
|