ld/ChangeLog
[deliverable/binutils-gdb.git] / ld / testsuite / ld-pe / direct_client.c
CommitLineData
f6fe8b45
CF
1__declspec(dllimport) int dll_func (void);
2
3int
4main()
5{
6 dll_func ();
7 return 0;
8}
This page took 0.108558 seconds and 4 git commands to generate.