{ %TARGET=win32 } { %NORUN } library test; procedure exporttest;export; begin end; exports exporttest; begin end.