// Adding the `mut` keyword to a constant variable is illegal
function main() {
const mut a = 1u32;
}