mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
9 lines
159 B
D
9 lines
159 B
D
// REQUIRED_ARGS: -main
|
|
// LINK:
|
|
template rt_options()
|
|
{
|
|
__gshared string[] rt_options = [];
|
|
string[] rt_options_tls = [];
|
|
}
|
|
|
|
alias _ = rt_options!();
|