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-410.cs
blob
2a21c465cda3be6303e2c44db92737b71414390f
1
// Compiler options: -r:test-410-lib.dll
2
3
using
System
;
4
using
Q
;
5
6
public class
B
{
7
public static int
Main
() {
8
return
(
A
.
ToString
() ==
"Hello world!"
) ?
0
:
1
;
9
}
10
}