This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-12-22 07:32:48 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
76f497a351
llvm-6502
/
test
/
FrontendC++
/
2009-08-03-Varargs.cpp
6 lines
100 B
C++
Raw
Normal View
History
Unescape
Escape
Add test for PR4678 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78040 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-04 03:44:37 +00:00
// RUN: %llvmgxx %s -S -emit-llvm -o - | grep _Z1az\(\.\.\.\)
XFAIL this test since the fix was reverted. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79235 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-17 12:20:45 +00:00
// XFAIL: *
Add test for PR4678 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78040 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-04 03:44:37 +00:00
// PR4678
void
a
(
.
.
.
)
{
}
Reference in New Issue
Copy Permalink