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
Fix LLVM linker flags for 6.0.
[mono-project.git]
/
mcs
/
tests
/
test-546.cs
blob
f7197d5e58b4ac977dec116d1dd0a371de7ac56a
1
#if DEF1
2
#define DEF2
3
#endif
4
5
#if DEF2
6
Invisible code
;
7
#endif
8
9
namespace
NameSpace
10
{
11
class
C
12
{
13
public static void
Main
() {}
14
}
15
}