mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
11 lines
85 B
D
11 lines
85 B
D
// REQUIRED_ARGS: -w
|
|
// PERMUTE_ARGS:
|
|
|
|
static if (true):
|
|
|
|
version (Foo)
|
|
{
|
|
}
|
|
else
|
|
{
|
|
}
|