mbed-os

Fork of mbed-os by erkin yucel

features/unsupported/tests/benchmarks/cenv/main.cpp

Committer:
elessair
Date:
2016-10-23
Revision:
0:f269e3021894

File content as of revision 0:f269e3021894:

#include "mbed.h"

volatile int x, y, z;
int main() {
    while(1) {
        z = x * y;
    }
}