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
Reenable AOT, it wasn't enabled on the x86 buildbot anyway.
[mcs.git]
/
tests
/
gtest-151.cs
blob
54fd9cceb617d3671e7082fa0c847864fc0c695c
1
class
Test
<
T
>
where T
:
struct
{
2
public
Test
(){
3
T s
=
new
T
();
4
}
5
}
6
7
class
X
8
{
9
static void
Main
()
10
{ }
11
}
12