9 lines
84 B
C#
9 lines
84 B
C#
// Compiler options: -t:library
|
|
|
|
public struct ExS<T>
|
|
{
|
|
public void Bar ()
|
|
{
|
|
}
|
|
}
|