// retoor <retoor@molodetz.nl>
import "scheduler" for Scheduler, Future
var getValue = async { 42 }
System.print(await getValue()) // expect: 42