enum option { some(@T); none; } fn main() { let a: option = some::(@10); a = none::; }