Files
linux-packaging-mono/mcs/tests/test-477.cs

10 lines
155 B
C#
Raw Normal View History

// Compiler options: -warnaserror
class C
{
[System.Diagnostics.Conditional("DEBUG")]
public void Test (ref int i) {}
public static void Main () {}
}