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
Update to recent changes -- mostly testcases failing due to missing ArrayList
[mcs.git]
/
tests
/
gtest-autoproperty-04.cs
blob
6d5279d810a2d7df1a796b5e7b34b24a84399076
1
// Compiler options: -unsafe
2
3
namespace
N
4
{
5
public class
BufferManager
6
{
7
public unsafe byte
*
Ptr { get; private set; }
8
9
public static void
Main
()
10
{
11
}
12
}
13
}
14