home *** CD-ROM | disk | FTP | other *** search
- head 1.1;
- access;
- symbols;
- locks
- dglattin:1.1; strict;
- comment @# @;
-
-
- 1.1
- date 92.08.18.04.58.04; author dglattin; state Exp;
- branches;
- next ;
-
-
- desc
- @test code.
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @#include <stdio.h>
-
-
- #include <SubClass5.h>
-
- @@implementation SubClass5
-
-
- + ( int )return12 { return 12; }
- - ( int )return15 { return [ super return15 ]; }
-
-
- @@end@
-