blob: bae1eb33f555548443a41f02c362f82593212be8 [file] [log] [blame]
version (D_LP64)
{
alias size_t = uint;
}
else
{
alias size_t = ulong;
}
struct S
{
real not_reproduceable_without_this_variable;
}