Files
2022-01-20 10:16:27 -08:00

3 lines
100 B
C

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