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
Fixes the mono/tests/gc-graystack-stress test on Windows x64
[mono-project.git]
/
mcs
/
errors
/
cs1525-26.cs
blob
dce0c5d066f5849559d7b41c697b59adf1663cb7
1
// CS1525: Unexpected symbol `3'
2
// Line: 8
3
4
public class
X
5
{
6
public static void
Main
()
7
{
8
v
*
3
;
9
}
10
}