repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update
[mcs.git]
/
tests
/
gtest-anon-type-09.cs
blob
2d52541185f4b78f4fc9ee97a70070a6cbb227be
1
using
System
;
2
3
namespace
My
.
System
4
{
5
static class
Test
6
{
7
public static void
Main
()
8
{
9
var
a
=
new
{ X = 1 }
;
10
Console
.
WriteLine
(
a
);
11
}
12
}
13
}