blob: 45e0380d46d9f472057b2ebaf19d099006096eac [file] [log] [blame]
#![feature(coroutines)]
static B: u8 = { yield 3u8; 3u8};
//~^ ERROR yield expression outside
fn main() {}