Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git] / ld / testsuite / ld-pe / direct_client.c
blob6264a786e3c071f2ab74f42c317ce1ce6ee0587f
1 __declspec(dllimport) int dll_func (void);
3 int
4 main()
6 dll_func ();
7 return 0;