Merge pull request #5428 from kumpera/wasm-support-p2
[mono.git] / mcs / tests / gtest-autoproperty-21-lib.cs
1 // Compiler options: -t:library
2
3 public abstract class Base
4 {
5         public abstract string Value { get; }
6 }