]> git.saurik.com Git - apple/objc4.git/blob - test/gc.m
objc4-787.1.tar.gz
[apple/objc4.git] / test / gc.m
1 #import <objc/objc-api.h>
2
3 OBJC_ROOT_CLASS
4 @interface GC @end
5 @implementation GC @end
6
7 // silence "no debug symbols in executable" warning
8 void foo(void) { }