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
2025-01-08 03:30:22 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
d13e0ae12e
llvm-6502
/
test
/
CFrontend
/
2003-06-29-MultipleFunctionDefinition.c
7 lines
88 B
C
Raw
Normal View
History
Unescape
Escape
Adding XFAIL lines for dejagnu support. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17514 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-06 20:38:27 +00:00
/* This is apparently legal C.
*/
New testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6983 91177308-0d34-0410-b5e6-96231b3b80d8
2003-06-29 22:20:53 +00:00
extern
__inline__
void
test
(
)
{
}
void
test
(
)
{
}
Reference in New Issue
Copy Permalink