newlib/winsup/mingw/samples/dlltest/exe.exp

9 lines
70 B
Plaintext

In add!
x = 10
y = 13
10 + 13 = 23
In sub!
x = 10
y = 13
10 - 13 = -3