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-161-lib.cs
blob
3ca3e4e460b0e3434444b644ce0595a28b2473c8
1
// Compiler options: -t:library
2
public class
FP
{
3
public delegate
U Mapping
<
T
,
U
>(
T obj
);
4
5
public static
T identity
<
T
>(
T obj
)
{ return obj; }
6
}
7