Automatic date update in version.in
[binutils-gdb.git] / ld / testsuite / ld-pe / direct2_dll.c
blob115f9b9e0a81308f324c086e685489d3ed31f193
1 void
2 __cdecl
3 lib2foocdecl(int junk1, int* junk2)
5 *junk2 = junk1;
8 void
9 __stdcall
10 lib2foostdcall(int junk1, int* junk2)
12 *junk2 = junk1;
15 void
16 __fastcall
17 lib2foofastcall(int junk1, int* junk2)
19 *junk2 = junk1;