1 2 3 4 5 6 7
#import <AppKit/AppKit.h> int main(int argc, char **argv) { [[NSTouchBar alloc] init]; return 0; }