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

test-601.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bd4f4a91ac1ccd96a3b964a399b7e19829f8dedd (plain)
1
2
3
4
5
6
7
8
9
10
using System;

// Tests where keyword sensitivity

class C
{
	delegate void MarkerUpdatedVMDelegate (IntPtr buffer, IntPtr where);
	
	public static void Main () {}
}