From 95350f424e74007bcbf22ee134c54ce926739520 Mon Sep 17 00:00:00 2001 From: Marek Safar Date: Wed, 29 Sep 2010 09:12:14 +0100 Subject: [PATCH] New test. --- mcs/tests/test-496.cs | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 mcs/tests/test-496.cs diff --git a/mcs/tests/test-496.cs b/mcs/tests/test-496.cs new file mode 100644 index 00000000000..e06d36611c1 --- /dev/null +++ b/mcs/tests/test-496.cs @@ -0,0 +1,13 @@ +// Compiler options: -unsafe + +unsafe class Baz +{ + struct Foo + { + public Foo *next; + } + + public static void Main () + { + } +} -- GitLab