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
@@ -47,7 +47,7 @@ fn TestRunner test_runner_create()
|
||||
|
||||
import libc;
|
||||
|
||||
private TestRunner* current_runner;
|
||||
TestRunner* current_runner @private;
|
||||
fn void test_panic(String message, String file, String function, uint line)
|
||||
{
|
||||
io::printn("[error]");
|
||||
|
||||
Reference in New Issue
Block a user