2010-05-27 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-483.cs
blob666ae5d83d355498eda8a78c01c008c21d8de20f
1 // Compiler options: -r:test-483-lib.dll
3 using System;
5 public class Tests {
7 public static void Main () {
8 Bar bar = null;
9 try { bar.clone (); } catch (NullReferenceException) {}