repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[sdks] Fix README.md
[mono-project.git]
/
mcs
/
tests
/
gtest-156.cs
blob
1009ea0262ce99355cfa0930dda04e9cd91934e2
1
// Compiler options: -r:gtest-156-lib.dll
2
3
namespace
FLMID
.
Bugs
.
Marshal15
4
{
5
public class
D
:
C
6
{
7
public
D
()
8
{
9
_layout
=
new
X
();
10
}
11
public static void
Main
(
string
[]
args
)
12
{
13
System
.
Console
.
WriteLine
(
"OK"
);
14
}
15
}
16
}
17