blob: 49e0754607972d49aede4473c88ac02354e27a43 [file] [log] [blame]
module example_6
using something
using my.import.path
using my.other.import.path as other
const int x = 23
interface Hello {
10243: Say(string req) -> (string response);
}