mirror of
https://github.com/circify/circ.git
synced 2026-01-15 00:27:56 -05:00
6 lines
113 B
C
6 lines
113 B
C
int mpc_main(
|
|
__attribute__((private(0))) int a,
|
|
__attribute__((private(1))) int b)
|
|
{
|
|
return a + b;
|
|
} |