mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
11 lines
176 B
D
11 lines
176 B
D
// PERMUTE_ARGS:
|
|
// REQUIRED_ARGS: -unittest
|
|
|
|
unittest { }
|
|
unittest { }
|
|
unittest { }
|
|
|
|
void main()
|
|
{
|
|
static assert(__traits(getUnitTests, mixin(__MODULE__)).length == 3);
|
|
}
|