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

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

#import <appkit/appkit.h>

void main()
{
    NXRect rect;
    *(unsigned *)&rect = 0x0;
    *((unsigned *)&rect + 1) = 0x0;
    *((unsigned *)&rect + 2) = 0x432a0000;
    *((unsigned *)&rect + 3) = 0x7fffdaf8;
    return;
}

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