]> git.saurik.com Git - apple/objc4.git/blob - test/load-noobjc3.m
objc4-818.2.tar.gz
[apple/objc4.git] / test / load-noobjc3.m
1 #include "test.h"
2
3 extern int state;
4
5 __attribute__((constructor))
6 static void ctor(void)
7 {
8 state = 1;
9 }