mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
23 lines
196 B
D
23 lines
196 B
D
/* REQUIRED_ARGS:
|
|
*/
|
|
|
|
version (D_ModuleInfo)
|
|
{ }
|
|
else
|
|
{
|
|
static assert(0);
|
|
}
|
|
|
|
version (D_Exceptions)
|
|
{ }
|
|
else
|
|
{
|
|
static assert(0);
|
|
}
|
|
|
|
version (D_TypeInfo)
|
|
{ }
|
|
else
|
|
{
|
|
static assert(0);
|
|
}
|