mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
12 lines
171 B
D
12 lines
171 B
D
import core.stdc.stdio;
|
|
|
|
import mul9377a, mul9377b;
|
|
|
|
int main()
|
|
{
|
|
printf("main\n");
|
|
abc();
|
|
def!().mem();
|
|
pragma(msg, def!().mem.mangleof);
|
|
return 0;
|
|
}
|