repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[sdks] Fix README.md
[mono-project.git]
/
mcs
/
tests
/
test-412-lib.cs
blob
3760733dc2d5459b509c69cb8c130696bc10bb96
1
// Compiler options: -t:library
2
3
using
System
;
4
using
System
.
Runtime
.
InteropServices
;
5
6
namespace
Foo
{
7
public class
Bar
{
8
public const
CallingConvention CConv
=
CallingConvention
.
Cdecl
;
9
}
10
}