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

test-843.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d0f1c185e6790ea34af858b3cbe3733708230657 (plain)
1
2
3
4
5
6
7
8
class C
{
	#line 100 "different-file.cs"
	public static void Main ()
	{
	}
	#line default
}