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 #4202 from marek-safar/compression
[mono-project.git]
/
mcs
/
tests
/
test-700.cs
blob
7fb86769fd05fcae7c5e1053d9f45d75e83f6f32
1
using
System
;
2
3
class
FooAttribute
:
Attribute
4
{
5
6
public
FooAttribute
(
string
f
)
7
{
8
}
9
}
10
11
[
Foo
(
Bar
)]
12
class
Test
13
{
14
15
const string
Bar
=
"Bar"
;
16
}
17
18
class
Program
19
{
20
21
public static void
Main
()
22
{
23
}
24
}