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
2008-09-29 Jb Evain <jbevain@novell.com>
[mcs.git]
/
tests
/
gtest-231.cs
blob
fed3cb78d41a7108ba2d3ab51a308bf2e694145f
1
//
2
// From bug 77032
3
//
4
class
X
{
5
static int
stored_offset
,
stored_len
,
opt_len
;
6
7
static void
Main
()
8
{
9
if
(
stored_offset
>=
0
&& (
stored_len
+
4
) < (
opt_len
>>
3
)) {}
10
11
}
12
}