(root)/
gcc-13.2.0/
gcc/
testsuite/
rust/
compile/
const10.rs
const fn foo (a: &mut i32) { // { dg-error "mutable references are not allowed in constant functions" }
	*a = 1;
}