aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/testsuite/preload1lib1.c
blob: 0c1fa43e932ae4b1b07d0243210d87d26ff7be64 (plain)
1
2
3
4
5
#include "preload1.h"

int foo(int x, int y) {
   return x * y;
}