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: 15751c19af71e04ab23ecf77cf6c458cfaecc4ca (plain)
1
2
3
4
5
6
public class MainClass {
        static void Main () {
                const int size = sizeof(int);
        }
}