mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
8 lines
208 B
D
8 lines
208 B
D
// DFLAGS:
|
|
// PERMUTE_ARGS:
|
|
// REQUIRED_ARGS: -defaultlib=
|
|
// EXTRA_SOURCES: extra-files/minimal/object.d
|
|
|
|
// This test ensures an empty main can be built and executed with a minimal runtime
|
|
|
|
void main() { }
|