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
/
test-695-3-lib.cs
blob
5c00d08f6bb51448abc5b141098febf052be46aa
1
// Compiler options: -t:library
2
3
using
System
.
Reflection
;
4
5
[
assembly
:
AssemblyFlags
((
uint
)
AssemblyNameFlags
.
PublicKey
)]
6
7
class
Foo
8
{
9
}