mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
Implement more @export / @private improvements. Make @private default… (#729)
This commit is contained in:
committed by
GitHub
parent
3b49b87784
commit
5e457be605
@@ -17,7 +17,7 @@ module foo;
|
||||
import bar;
|
||||
import std::io;
|
||||
|
||||
private int xz = 0;
|
||||
int xz @private = 0;
|
||||
|
||||
|
||||
macro Callback get_callback()
|
||||
|
||||
Reference in New Issue
Block a user