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
2010-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git]
/
tests
/
gtest-exmethod-35.cs
blob
2905e5e539ff4e614ce59b04662489751570cb00
1
// Compiler options: -r:System.Core.dll -r:gtest-exmethod-35-lib.dll
2
3
using
System
;
4
5
static class
A
6
{
7
public static void
Test
(
this int
v
)
8
{
9
}
10
11
public static void
Main
()
12
{
13
}
14
}