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
[Wasm] Fix memory override in mono_wasm_add_assembly
[mono-project.git]
/
mcs
/
tests
/
test-668.cs
blob
12764eff883175143bd9fa21f02149de615f8a97
1
#if!FOO
2
# if! BAR
3
class
Bar { }
;
4
# endif
5
#endif
6
7
class
Test
{
8
public static void
Main
()
9
{
10
new
Bar
();
11
}
12
}