dmd/compiler/test/compilable/transitionhelp.d
2022-07-09 18:53:07 +02:00

13 lines
503 B
Makefile

/*
ARG_SETS: -transition=?
ARG_SETS: -transition=h
TEST_OUTPUT:
----
Language transitions listed by -transition=name:
=all Enables all available language transitions
=field list all non-mutable fields which occupy an object instance
=complex give deprecation messages about all usages of complex or imaginary types [DEPRECATED]
=tls list all variables going into thread local storage
=in list all usages of 'in' on parameter
----
*/