Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
runnable
/
minimal.d
blob: 2f2df71f894353f531585b4ee4f2c570d7987998 [
file
] [
log
] [
blame
]
// 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
()
{
}