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

test-476.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 60787efbfa9cf5b5ed5d3e6f48b57e39b315fdfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#if false
#line hahaha
#error
#pragma warning disable 3005 // wrong directive on csc 1.x
	public class Foo
	{
	}
#pragma warning restore // wrong directive on csc 1.x

#region // blank -> no error
#endregion

#endif // of funky directives

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