Report a bug
If you spot a problem with this page, click here to create a Bugzilla issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page. Requires a signed-in GitHub account. This works well for small changes. If you'd like to make larger changes you may want to consider using a local clone.

core.internal.attributes

package(core) enum int betterC;
Used to annotate unittests which need to be tested in a -betterC environment.
Such unittests will be compiled and executed without linking druntime in, with a __traits(getUnitTests, mixin(__MODULE__)) style test runner. Note that just like any other unittest in druntime, they will also be compiled and executed without -betterC.