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
[configure] Add new target.
[mono-project.git]
/
mcs
/
tests
/
test-831.cs
blob
a08a048a3c51ce65b0f3c67b7ce63a21d206b60f
1
using
System
.
Diagnostics
;
2
3
class
C
4
{
5
[
Conditional
(
"true"
)]
6
static void
Test
()
7
{
8
}
9
10
public static void
Main
()
11
{
12
}
13
}