blob: 351dfbb6f85d18d6ae3f50fb9de496ad7ce3a299 [file] [log] [blame]
fn test() -> isize {
1
}
enum Foo {
Bar = test() // { dg-error "only functions marked as .const." }
}
fn main() {}