blob: 3b94af0c96ce4618933aa5ffa934f898e24ca819 [file] [log] [blame]
#![feature(coroutines)]
unsafe fn foo() {
let mut ga = static || {
yield 1;
};
}