blob: 525f6f5684e70f52a31dde057384e7f67d1bb700 [file] [log] [blame]
fn f(x:isize) {
static child: isize = x + 1;
//~^ ERROR attempt to use a non-constant value in a constant
}
fn main() {}