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
add test to confirm behavior of Control.SetVisibleCore, and remove some redundant...
[mcs.git]
/
tests
/
test-556.cs
blob
7c9442d8adfa9a33abaf967c9d34a2cdaa529bbb
1
using
System
;
2
using
System
.
Collections
;
3
4
public class
S
5
{
6
public void
Frobnikator
()
7
{
8
const
UInt32 SMALL_MASK
= (
1U
<< (
24
)) -
1
;
9
const ulong
BIG_MASK
=
~
((
ulong
)
SMALL_MASK
);
10
11
}
12
13
static void
Main
()
14
{
15
}
16
}