repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cosmetic
[mcs.git]
/
tests
/
test-552.cs
blob
46e44c8a4fb18f99c474ceff5fb381869ba5b48f
1
class
C
2
{
3
static void
Test
(
C arg
)
4
{
5
}
6
7
public static void
Main
()
8
{
9
object value
=
null
;
10
C
.
Test
(
11
#if true
12
(
C
)
13
#else
14
no error here
15
#endif
16
value
);
17
}
18
}