[sre] Wrap mono_image_create_token with HANDLE_FUNCTION_{ENTER,RETURN}
[mono-project.git] / mcs / tests / gtest-091.cs
blobc8469d4551fc8495950f744598672f3e7ad0026b
1 using System;
3 public class Foo<T>
5 Node node;
7 public Node Test<V> ()
9 return node;
12 public class Node
13 { }
16 class X
18 public static void Main ()
19 { }