mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
12 lines
130 B
C
12 lines
130 B
C
// #file: file1.c3
|
|
module baz;
|
|
|
|
fn void runBar()
|
|
{
|
|
visible();
|
|
}
|
|
|
|
// #file: file2.c3
|
|
module baz;
|
|
|
|
fn void visible() @private {} |