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
In class/Microsoft.Build.Tasks/Microsoft.Build.Tasks:
[mcs.git]
/
tests
/
gtest-166-lib.cs
blob
61b92f1e7339e355136019cecb88cde589d258bd
1
// Compiler options: -t:library -unsafe
2
3
public unsafe struct
ExternalStruct
4
{
5
public fixed double
double_buffer
[
4
];
6
}