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
Move Enum and CorElementType to shared (dotnet/coreclr#23177)
[mono-project.git]
/
mcs
/
tests
/
test-477.cs
blob
8d2b87e8cd35539e3c72a0297818bad011da086d
1
// Compiler options: -warnaserror
2
3
class
C
4
{
5
[
System
.
Diagnostics
.
Conditional
(
"DEBUG"
)]
6
public void
Test
(
ref int
i
) {}
7
8
public static void
Main
() {}
9
}