blob: 146f56f384abbf93a883109daba8202acf9f6db6 [file] [log] [blame]
library middle;
using bottom;
protocol Middle {
GetFoo() -> (bottom.Foo foo);
};