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
[corlib] Fix a few NSLogWriter issues. (#13799)
[mono-project.git]
/
mcs
/
tests
/
test-694.cs
blob
2c19d0a88bd0be4800aff21620331882bc195a25
1
// Compiler options: -d:X
2
3
#undef X
4
5
#if X
6
private
// must be ignored
7
#else
8
public
9
#endif
10
class
Test
11
{
12
public static int
Main
()
13
{
14
return
0
;
15
}
16
}