summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/samples/dlltest/exe.exp
blob: 584b5306b35fa98a58143226cd44d9c32169a4bf (plain)
1
2
3
4
5
6
7
8
In add!
x = 10
y = 13
10 + 13 = 23
In sub!
x = 10
y = 13
10 - 13 = -3