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