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
[metadata] Use MONO_PROFILER_API on MonoClass getters in checked builds (#20440)
[mono-project.git]
/
mcs
/
errors
/
cs0523-6.cs
blob
67412c89983d240136765cd2db3fa35224b18ccd
1
// CS0523: Struct member `A<T>.a' of type `A<T>' causes a cycle in the struct layout
2
// Line: 6
3
4
struct
A
<
T
>
5
{
6
A
<
T
>
a
;
7
}