Authors: russell@unturf.com · brackishbert@gmail.com · foxhop.net · TimeHexOn.com Patches, unit tests, benchmarks, whitepaper, and outreach briefs. Public domain — no copyright claimed. Use freely.
9 lines
135 B
Groff
9 lines
135 B
Groff
/*
|
|
*%E
|
|
*
|
|
* Simple "no-op" class used by CircularityErrorTest.sh to create a circularity
|
|
* condition.
|
|
*
|
|
*/
|
|
public interface B {
|
|
}
|