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
2009-03-11 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
tests
/
test-594.cs
blob
c27982220b44aa1779d1975ff20450186260aea8
1
using
System
;
2
using
System
.
Reflection
;
3
4
[
assembly
:
AssemblyVersion
(
"1.0.0.*"
)]
5
6
public class
Test
{
7
8
static void
Main
()
9
{
10
}
11
}