Add support for Windows x64 Full AOT + LLVM + Interpreter on CI. (#15276)
[mono-project.git] / mcs / tests / gtest-linq-19.cs
blob191dcd3859c0e193a417bd21b0cbf7ec7f137627
1 using System.Linq;
2 using System.Linq.Expressions;
4 class Test
6 static object E = from entity in "abcd" select entity;
8 public static void Main ()