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
[System.Web] CompilationMode from reference source (#5878)
[mono-project.git]
/
mcs
/
errors
/
cs0523-2.cs
blob
e5605e4c95e38ede6113a335cc3ae26950d28af6
1
// CS0523: Struct member `A.a' of type `A?' causes a cycle in the struct layout
2
// Line: 6
3
4
struct
A
5
{
6
static
A
?
a
;
7
}