cleol
[mcs.git] / tests / gtest-161-lib.cs
blob3ca3e4e460b0e3434444b644ce0595a28b2473c8
1 // Compiler options: -t:library
2 public class FP {
3 public delegate U Mapping<T, U>(T obj);
5 public static T identity<T>(T obj) { return obj; }