Add support for Windows x64 Full AOT + LLVM + Interpreter on CI. (#15276)
[mono-project.git] / mcs / tests / test-950.cs
blob6ac11babea019604ea679e4ee81c36b0da11fedf
1 using System;
3 public class B
5 public static void Main ()
7 int a = 1_0_3;
8 double b = 0__0e+1_1;
9 int c = 0b__1_0;
10 int d = 0x__F_0;