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
* ResolvedReference.cs (.ctor): Set 'OriginalItemSpec' and 'ResolvedFrom',
[mcs.git]
/
tests
/
gtest-447.cs
blob
5dd3db74d537d2a243a08d9031d0ccff9b939f2e
1
// Compiler options: -r:gtest-447-2-lib.dll -r:gtest-447-3-lib.dll
2
3
using
System
;
4
5
class
B
6
{
7
public static int
Main
()
8
{
9
if
(
C
.
Print
(
"x"
) !=
"x"
)
10
return
1
;
11
12
return
0
;
13
}
14
}