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
Merge pull request #1861 from saper/home-override
[mono-project.git]
/
mcs
/
tests
/
test-332.cs
blob
12fbb0b8a14a3d2f1edf1c511358f313ae07cc4f
1
2
/* foo */
3
#define FOO
4
5
/* bar */
// bar again
6
#define BAR
7
8
public class
C
9
{
10
public static void
Main
() {}
11
}