mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 13:40:11 +03:00
10 lines
112 B
D
10 lines
112 B
D
import core.stdc.stdio;
|
|
|
|
import mul9377b;
|
|
|
|
void abc()
|
|
{
|
|
printf("mul9377b.abc()\n");
|
|
foo();
|
|
bar();
|
|
}
|