The following code will not compile against the Async CTP in Visual Studio 2010:
Enumerable.Range(1, 5).Select(async x => { await TaskEx.Delay(100);
Works in my LINQPad (VS11 Beta installed on the machine)