repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-03-15 Steven Munroe <munroesj@us.ibm.com>
[mcs.git]
/
errors
/
cs1566.cs
blob
47e4616dc405412665afa947bbaccdc65c262b66
1
// cs1566.cs: Error reading resource file `1'
2
// Line: 0
3
// Compiler options: -res:1,A
4
5
class
C
6
{
7
public static void
Main
() {}
8
}
9
10