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
[corlib] Fix a few NSLogWriter issues. (#13799)
[mono-project.git]
/
mcs
/
tests
/
test-759.cs
blob
43ab7ced44ff3b0057db9da2275b269ff34e152d
1
// Compiler options: -r:test-759-lib.dll
2
3
using
System
;
4
5
class
B
6
{
7
public static void
Main
()
8
{
9
Console
.
WriteLine
(
E
.
Value
);
10
}
11
}