Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-378.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ae1c77e5ea025d4bbd1da82f9a772234cc2fc7e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Compiler options: -unsafe

public unsafe struct Foo
{
        public Foo *foo;
}

public class C
{
	public static void Main () {}
}