repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move Enum and CorElementType to shared (dotnet/coreclr#23177)
[mono-project.git]
/
mcs
/
tests
/
test-950.cs
blob
6ac11babea019604ea679e4ee81c36b0da11fedf
1
using
System
;
2
3
public class
B
4
{
5
public static void
Main
()
6
{
7
int
a
=
1
_0_3
;
8
double
b
=
0
__0e
+
1_1
;
9
int
c
=
0
b__1_0
;
10
int
d
=
0
x__F_0
;
11
}
12
}