--* From smwatt@leonardo.watson.ibm.com  Thu Dec 17 10:28:54 1992
--* Received: from leonardo.watson.ibm.com by radical.watson.ibm.com (AIX 3.2/UCB 5.64/900524)
--*           id AA11023; Thu, 17 Dec 1992 10:28:54 -0500
--* Received: by leonardo.watson.ibm.com (AIX 3.1/UCB 5.61/900524)
--*           id AA26214; Thu, 17 Dec 92 10:32:43 -0500
--* Date: Thu, 17 Dec 92 10:32:43 -0500
--* From: smwatt@leonardo.watson.ibm.com (Stephen Watt)
--* X-External-Networks: yes
--* Message-Id: <9212171532.AA26214@leonardo.watson.ibm.com>
--* To: axc-bug@radical.watson.ibm.com, jonms@yorktown
--* Subject: Cannot import foreign values unless they are functions v24.C

--@ Fixed  by: SMW Thu Oct 07 11:32:40 1993
--@ Tested by: <name of new or existing file in test directory>
--@ Summary:   <One line description of real problem and the fix>

#include "aslib.as"

import Foreign C: with
	errno: SingleInteger

print ("Errno is")(errno)()
 
