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
cosmetic
[mcs.git]
/
tests
/
test-489.cs
blob
1f36b80aec3050d850bd8742f260b3094e4e1690
1
// Compiler options: -r:FULL=System.dll
2
3
extern alias
FULL
;
4
using
System
;
5
using
NameValueCollection
=
6
FULL
::
System
.
Collections
.
Specialized
.
NameValueCollection
;
7
8
public class
test
9
{
10
static void
Main
()
{ }
11
}