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-22 Marek Safar <marek.safar@gmail.com>
[mcs.git]
/
errors
/
cs1644-3.cs
blob
9b0c5a126a44c2a3da3aa106458408b117d4ce9b
1
// cs1644-3.cs: Feature `fixed size buffers' cannot be used because it is not part of the C# 1.0 language specification
2
// Line: 6
3
// Compiler options: -langversion:ISO-1
4
5
struct
S
{
6
fixed long
buffer
[
5
];
7
}