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
[sdks] Fix README.md
[mono-project.git]
/
mcs
/
tests
/
test-249.cs
blob
c1bfae13bf09b6c4a0b65d4d6d633e0572dc804f
1
struct
Foo
2
{
3
Bar a
;
4
Bar b
;
5
}
6
7
struct
Bar
8
{
9
public readonly int
Test
;
10
}
11
12
class
X
13
{
14
public static void
Main
()
15
{ }
16
}