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

9 lines
70 B
Plaintext
Raw Normal View History

2002-05-28 15:13:45 +02:00
In add!
x = 10
y = 13
10 + 13 = 23
In sub!
x = 10
y = 13
10 - 13 = -3