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

test-546.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f7197d5e58b4ac977dec116d1dd0a371de7ac56a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#if DEF1
#define DEF2
#endif

#if DEF2
Invisible code;
#endif

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