URL
https://opencores.org/ocsvn/k68/k68/trunk
Subversion Repositories k68
[/] [k68/] [trunk/] [sw/] [mon/] [test.cpp] - Rev 4
Compare with Previous | Blame | View Log
int main () { char a,b; a = 3; for (int i=0;i<3;i++) b = a*i; return b; };