repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Warnings cleanup
[mcs.git]
/
tests
/
test-483.cs
blob
666ae5d83d355498eda8a78c01c008c21d8de20f
1
// Compiler options: -r:test-483-lib.dll
2
3
using
System
;
4
5
public class
Tests
{
6
7
public static void
Main
() {
8
Bar bar
=
null
;
9
try
{ bar.clone (); }
catch
(
NullReferenceException
) {}
10
}
11
}