mirror of
https://github.com/RGBCube/serenity
synced 2026-01-20 15:51:00 +00:00
Add LibIPC to the Lagom build, and also implement two little test apps so we can run IPC tests on other systems.
3 lines
69 B
Text
3 lines
69 B
Text
endpoint Simple {
|
|
ComputeSum(i32 a, i32 b, i32 c) => (i32 sum)
|
|
}
|