Fix building PE test executables in environments where $CFLAGS is needed.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-pe / direct_client.c
1 __declspec(dllimport) int dll_func (void);
2
3 int
4 main()
5 {
6 dll_func ();
7 return 0;
8 }
This page took 0.040304 seconds and 4 git commands to generate.