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
Take stars out of types where they make more sense.
[mono-project.git]
/
mcs
/
tests
/
gtest-583.cs
blob
83080ac333e509af8d888599d85706446658827c
1
// Compiler options: -r:gtest-583-lib.dll
2
3
public class
Test
4
{
5
public static void
Main
()
6
{
7
new
C
<
short
> ();
8
}
9
}