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-05-29 Steven Munroe <munroesj@us.ibm.com>
[mcs.git]
/
errors
/
cs1010-2.cs
blob
5f64da3d8f73c1005e667f5d1a6900285cf43371
1
// cs1010-2.cs : Newline in constant
2
// Line: 6
3
4
class
Foo
5
{
6
static char
c
=
'
7
'
;
8
}
9