mirror of
https://gitee.com/TarsCloud/TarsCpp.git
synced 2025-01-05 17:42:24 +08:00
10 lines
98 B
Plaintext
Executable File
10 lines
98 B
Plaintext
Executable File
|
|
module Test
|
|
{
|
|
interface Push
|
|
{
|
|
int testPush(out string msg);
|
|
};
|
|
};
|
|
|