mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
13 lines
145 B
D
13 lines
145 B
D
version (D_LP64)
|
|
{
|
|
alias size_t = uint;
|
|
}
|
|
else
|
|
{
|
|
alias size_t = ulong;
|
|
}
|
|
|
|
struct S
|
|
{
|
|
real not_reproduceable_without_this_variable;
|
|
}
|