meson/test cases/osx/7 bitcode/libfoo.m

8 lines
86 B
Objective-C

#import <stdio.h>
#import "vis.h"
int EXPORT_PUBLIC libfoo(int arg) {
return 0;
}