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
2010-04-13 Sebastien Pouliot <sebastien@ximian.com>
[mono-project.git]
/
mcs
/
tests
/
gtest-447-2-lib.cs
blob
b84834e019c2082ba26492e94fcd1f041e613bc4
1
// Compiler options: -t:library
2
3
using
System
;
4
5
public class
C
6
{
7
public static string
Print
(
string
s
)
8
{
9
return
s
;
10
}
11
}
12
13
public interface
G
<
T
>
14
{
15
}