2012-04-30 12:37:58 -05:00
|
|
|
// xfail-test
|
|
|
|
|
2012-06-30 06:23:59 -05:00
|
|
|
const c_x: &blk.int = 22; //~ ERROR only the static region is allowed here
|
|
|
|
const c_y: &static.int = &22; //~ ERROR only the static region is allowed here
|
2012-04-30 12:37:58 -05:00
|
|
|
|
|
|
|
fn main() {
|
|
|
|
}
|