"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git] / mcs / errors / cs4001-2.cs
blob08161771e67f3570d746e3b627e1fc665f01ff43
1 // CS4001: Cannot await `int' expression
2 // Line: 8
4 class A
6 static async void Test ()
8 await 1;