mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 06:32:10 +02:00

- includes a launch configuration for launching directly from an Eclipse session Change-Id: I238e72894b739f827dd6efba3acef9d304771f0d
3 lines
33 B
C
3 lines
33 B
C
int x(int y) {
|
|
return y * 7;
|
|
}
|