(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
runnable/
minimal.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() { }