mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
10 lines
154 B
D
10 lines
154 B
D
// COMPILE_SEPARATELY:
|
|
// EXTRA_SOURCES: imports/test32a.d
|
|
// PERMUTE_ARGS:
|
|
|
|
import imports.test32a;
|
|
|
|
void main()
|
|
{
|
|
assert(S.sizeof == int.sizeof);
|
|
}
|