mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Revert "Revert 0.7.6 code for 0.7.5 re-release"
This reverts commit d1349c9cfb.
This commit is contained in:
@@ -20,12 +20,12 @@ fn void test_unknown_member()
|
||||
}
|
||||
|
||||
|
||||
fn void test_nonstatic_stuct_func1()
|
||||
fn void test_nonstatic_struct_func1()
|
||||
{
|
||||
Func2 a = &Foo.func2;
|
||||
}
|
||||
|
||||
fn void test_nonstatic_stuct_func2()
|
||||
fn void test_nonstatic_struct_func2()
|
||||
{
|
||||
int b = Foo.func2(null, 2);
|
||||
}
|
||||
|
||||
@@ -5,5 +5,5 @@ struct GlobalNode
|
||||
|
||||
struct Ast
|
||||
{
|
||||
GlobalNode global; // #error: Recursive defintion of 'GlobalNode'
|
||||
}
|
||||
GlobalNode global; // #error: Recursive definition of 'GlobalNode'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user