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
add comment
[mcs.git]
/
tests
/
test-668.cs
blob
a6e027c0665b026b2d28992b8b31fd3597a6dbfb
1
#if!FOO
2
# if! BAR
3
class
Bar { }
;
4
# endif
5
#endif
6
7
class
Test
{
8
static void
Main
()
9
{
10
new
Bar
();
11
}
12
}