ftp.nice.ch/Attic/openStep/developer/bundles/GDBbundle.1.0.s.tgz#/GDBbundle-1.0.s/debug/gdb/gdb/tests/hashTest.m

This is hashTest.m in view mode; [Download] [Up]

#import <objc/HashTable.h>

void main()
{
    HashTable *hash = [HashTable newKeyDesc: "i" valueDesc: "i"];
    
    [hash insertKey: 0x10017018 value: 0xb0000b4];
    [hash insertKey: 0x100170e4 value: 0xb0000ac];
}

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.