mirror of
https://github.com/circify/circ.git
synced 2026-01-14 08:07:59 -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;
|
|
} |