darling-objc4/test/load-noobjc3.m
2020-06-09 21:50:17 -04:00

10 lines
109 B
Objective-C

#include "test.h"
extern int state;
__attribute__((constructor))
static void ctor(void)
{
state = 1;
}