mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6983 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5c5b10f46a
commit
9c95e52c08
5
test/CFrontend/2003-06-29-MultipleFunctionDefinition.c
Normal file
5
test/CFrontend/2003-06-29-MultipleFunctionDefinition.c
Normal file
@ -0,0 +1,5 @@
|
||||
/* This is apparantly legal C. */
|
||||
extern __inline__ void test() { }
|
||||
|
||||
void test() {
|
||||
}
|
Loading…
Reference in New Issue
Block a user