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

cs0443.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d36f7995b7c0deac3b1f6e07ad7b3a695e868c45 (plain)
1
2
3
4
5
6
7
// cs0443.cs: Value or constant expected
// Line: 6

public struct S
{
    fixed sbyte test[];
}