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
2008-09-29 Jb Evain <jbevain@novell.com>
[mcs.git]
/
tests
/
test-69.cs
blob
be58166c258ee07ca9600b49c0833e729bef5a42
1
using
System
;
2
using
System
.
Runtime
.
CompilerServices
;
3
4
public class
Blah
{
5
6
[
MethodImpl
(
MethodImplOptions
.
InternalCall
)]
7
private extern void
Start_internal
(
IntPtr handle
);
8
9
public static int
Main
()
10
{
11
return
0
;
12
}
13
}