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
2007-05-25 Jonathan Chambers <joncham@gmail.com>
[mcs.git]
/
tests
/
test-249.cs
blob
d93ff9234e9df51da462485c31e1e4322bf70533
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
static void
Main
()
15
{ }
16
}