auto a = 0u; if (a) { fail } This should be caught at compile time.
auto a = 0u;
if (a) {
fail
}
This should be caught at compile time.