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

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

/* foo */
#define FOO

/* bar */ // bar again
#define BAR

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