mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
5 lines
76 B
D
5 lines
76 B
D
void start()
|
|
{
|
|
pragma(startaddress, start);
|
|
}
|
|
pragma(startaddress, start);
|