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-11-19 01:13:25 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
d2fb4d7906
llvm-6502
/
test
/
CFrontend
/
2003-06-29-MultipleFunctionDefinition.c
6 lines
86 B
C
Raw
Normal View
History
Unescape
Escape
Spell `apparently' with an `e'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7011 91177308-0d34-0410-b5e6-96231b3b80d8
2003-06-30 15:33:47 +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