mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
8 lines
106 B
D
8 lines
106 B
D
// ARG_SETS: -i
|
|
// PERMUTE_ARGS:
|
|
// LINK:
|
|
import imports.cstuff3;
|
|
void main()
|
|
{
|
|
int s = squared(2);
|
|
}
|