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

test-356.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7700ad63b102ed5f92410cb8de553db0f141ffd4 (plain)
1
2
3
4
5
6
public class MainClass {
        public static void Main () {
                const int size = sizeof(int);
        }
}