repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add support for Windows x64 Full AOT + LLVM + Interpreter on CI. (#15276)
[mono-project.git]
/
mcs
/
tests
/
test-835.cs
blob
c3734807c4dc03cd63eedd586c592f9be1a585c7
1
using
C
=
A
.
D
;
2
using
System
;
3
4
class
AA
5
{
6
internal class
D
:
Exception { }
7
}
8
9
class
A
:
AA
10
{
11
public static void
Main
()
12
{
13
object
o
=
new
C
();
14
}
15
}