Files

10 lines
132 B
C#

namespace TestOnlySupport
{
public static class TestMarker
{
public static void Touch()
{
}
}
}