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
remove NotWorking
[mcs.git]
/
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
}