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
/
cs7064.cs
blob
13425ef54a096cd7920b043038f2a92fe1984970
1
// CS7064: Error opening icon file `missing'. Could not find file "*PATH*/missing"
2
// Line: 0
3
// Compiler options: -win32icon:missing
4
5
class
C
6
{
7
public static void
Main
()
8
{
9
}
10
}