core.internal.attributes
var betterC
Variables 1
enumvar
betterC = 1Used 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.