forked from qt-creator/qt-creator
Initial import
This commit is contained in:
6
tests/manual/gdbdebugger/script/math.js
Normal file
6
tests/manual/gdbdebugger/script/math.js
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
function cube(a) {
|
||||
return a * a * a;
|
||||
}
|
||||
|
||||
var a = cube(3);
|
||||
Reference in New Issue
Block a user