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 comment
[mcs.git]
/
tests
/
gtest-431.cs
blob
5e886e970cf24a7d49e1887a3036a2cba7d72c29
1
// Compiler options: -r:gtest-431-lib-1.dll -r:gtest-431-lib-2.dll -noconfig
2
3
using
System
;
4
5
using
Library
;
6
7
class
Program
{
8
9
static void
Main
()
10
{
11
var
foo
=
new
Foo
();
12
foo
.
Bar
();
13
}
14
}