mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Implement more @export / @private improvements. Make @private default… (#729)
This commit is contained in:
committed by
GitHub
parent
3b49b87784
commit
5e457be605
@@ -9,10 +9,10 @@ struct Foo
|
||||
|
||||
extern fn void printf(char *hello);
|
||||
|
||||
private fn void ofke()
|
||||
fn void ofke() @private
|
||||
{}
|
||||
|
||||
private fn void exple() {}
|
||||
fn void exple() @private{}
|
||||
|
||||
fn void test()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user