Skip to content

Instantly share code, notes, and snippets.

View baarde's full-sized avatar

Nicolas Bachschmidt baarde

View GitHub Profile
@n-b
n-b / orderedset-kvo-test.m
Created November 22, 2012 15:20
NSOrderedSet KVO Collection Operators tests
//
// clang orderedset-kvo-test.m -framework Foundation && ./a.out
//
#import <Foundation/Foundation.h>
#import <objc/runtime.h>
#import <objc/message.h>
int main ()
{