blob: 7d5244935c858f92f8c375e67087d1be81084046 [file] [log] [blame]
library middle;
using bottom;
protocol Middle {
compose bottom.Bottom;
};