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
resync
[mcs.git]
/
errors
/
cs0133-4.cs
blob
094fec1d6ad6c5c951cf380c6f444aef96f1c449
1
// cs0133-4.cs: The expression being assigned to `Program.y' must be constant
2
// Line: 12
3
4
class
Program
{
5
int
x
;
6
const int
y
=
x
;
7
}