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
Merge pull request #15293 from lewing/wasm-clean
[mono-project.git]
/
mcs
/
tests
/
gtest-403-lib.cs
blob
c40b4e6119166e476b67bd3e3d73a149880466b3
1
// Compiler options: -t:library
2
3
public struct
ExS
<
T
>
4
{
5
public void
Bar
()
6
{
7
}
8
}