11 lines
176 B
Mathematica
11 lines
176 B
Mathematica
|
#import <Test/Test.h>
|
||
|
#import <TestExt/TestExt.h>
|
||
|
|
||
|
int main() {
|
||
|
@autoreleasepool {
|
||
|
Test *test = [[Test alloc] init];
|
||
|
[test doSomethingElse:&test->_range];
|
||
|
}
|
||
|
}
|
||
|
|