source: trunk/emx/src/emxomf/testcase/bug-254.def

Last change on this file was 3752, checked in by bird, 14 years ago

Testcase for #254.

  • Property svn:eol-style set to native
File size: 200 bytes
Line 
1LIBRARY bug-254 INITINSTANCE TERMINSTANCE
2EXPORTS
3
4 _foobar = _foo1
5
6IMPORTS
7 _foobar = MYDLL._my_foobar
8 MYDLL._my_foobar2
9 _foobar3 = MYDLL.10
10 _foobar4 = MYOTHERDLL._my_foobar
11
Note: See TracBrowser for help on using the repository browser.