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

14 lines
125 B
C#
Raw Normal View History

// Compiler options: -unsafe
unsafe class Baz
{
struct Foo
{
public Foo *next;
}
public static void Main ()
{
}
}