linux-packaging-mono/mcs/tests/test-734-lib.cs

7 lines
103 B
C#
Raw Normal View History

// Compiler options: -target:library
public abstract class C
{
protected volatile bool run = true;
}