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
2007-03-19 Chris Toshok <toshok@ximian.com>
[mono-project.git]
/
mcs
/
errors
/
cs1032.cs
blob
bb136397786c1158b730f4df53ed13769a320cd9
1
// cs1032.cs: Cannot define or undefine preprocessor symbols after first token in file
2
// Line: 4
3
class
X
{
4
#define A
5
6
static void
Main
() {
7
}
8
}
9