--* From SMWATT%WATSON.vnet.ibm.com@yktvmh.watson.ibm.com  Tue Oct  5 12:47:06 1993
--* Received: from yktvmh.watson.ibm.com by radical.watson.ibm.com (AIX 3.2/UCB 5.64/900524)
--*           id AA14206; Tue, 5 Oct 1993 12:47:06 -0400
--* Received: from watson.vnet.ibm.com by yktvmh.watson.ibm.com (IBM VM SMTP V2R3)
--*    with BSMTP id 5543; Tue, 05 Oct 93 12:52:59 EDT
--* Received: from YKTVMH by watson.vnet.ibm.com with "VAGENT.V1.0"
--*           id <A.SMWATT.NOTE.VAGENT2.9509.Oct.05.12:52:58.-0400>
--*           for asbugs@watson; Tue, 05 Oct 93 12:52:59 -0400
--* Received: from YKTVMH by watson.vnet.ibm.com with "VAGENT.V1.0"
--*           id 9507; Tue, 5 Oct 1993 12:52:58 EDT
--* Received: from cyst.watson.ibm.com by yktvmh.watson.ibm.com (IBM VM SMTP V2R3)
--*    with TCP; Tue, 05 Oct 93 12:52:58 EDT
--* Received: from spadserv.watson.ibm.com by cyst.watson.ibm.com (AIX 3.2/UCB 5.64/900528)
--*   id AA12862; Tue, 5 Oct 1993 12:52:11 -0400
--* Received: by spadserv.watson.ibm.com (AIX 3.2/UCB 5.64/900524)
--*           id AA19795; Tue, 5 Oct 1993 12:58:49 -0400
--* Date: Tue, 5 Oct 1993 12:58:49 -0400
--* From: smwatt@spadserv.watson.ibm.com (Stephen Watt)
--* X-External-Networks: yes
--* Message-Id: <9310051658.AA19795@spadserv.watson.ibm.com>
--* To: asbugs@watson.ibm.com
--* Subject: Testing new recipients of bug reports (PAB + PI please acknowledge) [/spad/local/asharp/version/current/test/test0.as][3535]

--@ Fixed  by: SMW Wed Oct 06 10:48:38 1993
--@ Tested by: N/A
--@ Summary:   Not a bug -- just a test


--  Test0     -- Basic imports and overloads
--> testcomp
--> testerrs
--> testrun

#assert  UseBasic0
#include "aslib.as"

f(n: Integer): Integer == (n + 1) * n

f 1

#if TestErrorsToo
f f
#endif
 
