mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-01 16:31:13 +00:00
Fix final linking errors
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6707 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cb12c508cb
commit
905e7344b6
@ -10,10 +10,7 @@ struct bar : public foo {
|
|||||||
bar();
|
bar();
|
||||||
};
|
};
|
||||||
|
|
||||||
//int bar::X() { return 0; }
|
bar::bar() { }
|
||||||
|
foo::foo() { }
|
||||||
bar::bar() {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
int main() { return 0; }
|
int main() { return 0; }
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
void bar();
|
void bar(){}
|
||||||
|
|
||||||
void foo() {
|
void foo() {
|
||||||
struct TEST {
|
struct TEST {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user