dmd/compiler/test/compilable/obsolete_body.d
Iain Buclaw 3d6bfb6504 CLI: Remove obsolete flag and all its warnings, undocument -wo flag
Obsolete features have been put on hold until a DIP for "editions" has
been drafted and ratified in the language spec.  Rather, these old
features will just continue to be accepted without warning for now.
2023-09-23 16:05:48 +02:00

5 lines
53 B
D

/* REQUIRED_ARGS: -w
*/
void test()
in { } body { }