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
Merge pull request #1861 from saper/home-override
[mono-project.git]
/
mcs
/
tests
/
test-894.cs
blob
259a66cd03a91bc73edf12b4af3238787161833a
1
using
System
;
2
3
[
AttributeUsage
(
AttributeTargets
.
All
+
0xFFFFFE
+
1
)]
4
class
A1Attribute
:
Attribute
5
{
6
}
7
8
[
AttributeUsage
((
AttributeTargets
)
0xffff
)]
9
class
A2Attribute
:
Attribute
10
{
11
}
12
13
public class
Test
14
{
15
public static void
Main
()
16
{
17
18
}
19
}