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-12-09 Jb Evain <jbevain@novell.com>
[mcs.git]
/
tests
/
test-571.cs
blob
b7d7624b2bebaedf6d332ea0cd0070adc5d46f7d
1
using
System
;
2
using
System
.
Reflection
;
3
4
using
StringList
=
System
.
String
;
5
6
[
assembly
:
AssemblyTitle
(
"Title"
)]
7
8
class
Test
{
9
public static void
Main
()
10
{
11
}
12
}
13