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
2009-10-20 Jb Evain <jbevain@novell.com>
[mcs.git]
/
tests
/
test-601.cs
blob
bd4f4a91ac1ccd96a3b964a399b7e19829f8dedd
1
using
System
;
2
3
// Tests where keyword sensitivity
4
5
class
C
6
{
7
delegate void
MarkerUpdatedVMDelegate
(
IntPtr buffer
,
IntPtr where
);
8
9
public static void
Main
() {}
10
}