Files
2022-04-27 06:29:08 +00:00

3 lines
100 B
C

int main(__attribute__((private(0))) int a, __attribute__((private(1))) int b) {
return a + b;
}