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

cs0246-9.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9896106bfeb00c57e5cd146e4e93c4e59b109233 (plain)
1
2
3
4
5
// error CS0246: Cannot find type 'foo'
// This is from bug #70758
struct bar {
        foo foo;
}