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-09-02 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs1638.cs
blob
36f11e6992d460f3f297ce356ac3d83b16915eca
1
// CS1638: `C__C': Any identifier with double underscores cannot be used when ISO language version mode is specified
2
// Line: 5
3
// Compiler options: -langversion:ISO-1
4
5
class
C__C
6
{
7
}