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-013-lib.cs
blob
e535bbe394e256d92c948d988436c23415457955
1
// Compiler options: -t:library
2
3
public class
Stack
<
S
>
4
{
5
public void
Hello
(
S s
)
6
{ }
7
}