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
Move Enum and CorElementType to shared (dotnet/coreclr#23177)
[mono-project.git]
/
mcs
/
tests
/
gtest-553.cs
blob
5c9406bfb86b0028c88c6eb9fae7a3391ffb4309
1
// Compiler options: -r:gtest-553-lib.dll
2
3
class
C
4
{
5
public static int
Main
()
6
{
7
new
A
.
C
<
int
> ();
8
new
B
.
C
<
byte
> ();
9
return
0
;
10
}
11
}