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
[tuner] handle the case with multiple "preserve" attributes
[mono-project.git]
/
mcs
/
tests
/
test-267.cs
blob
e3569d7990ea362ee33e118488321fcfa9d5f209
1
using
System
;
2
3
public class
X
4
{
5
[
CLSCompliant
(
false
)]
6
public static string
Text
()
7
{
8
return
"PASS"
;
9
}
10
11
public static int
Main
()
12
{
13
Console
.
WriteLine
(
Text
());
14
return
0
;
15
}
16
}