1
0
tmk_keyboard/tmk_core/tool/mbed/mbed-sdk/libraries/tests/benchmarks/cenv/main.cpp

9 Zeilen
96 B
C++

#include "mbed.h"
volatile int x, y, z;
int main() {
while(1) {
z = x * y;
}
}