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

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

unsafe class Baz
{
	struct Foo
	{
		public Foo *next;
	}
	
	public static void Main ()
	{
	}
}