Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1#include <CoreFoundation/CoreFoundation.h> 2 3int main(int argc, char** argv) 4{ 5 CFShow(CFSTR("ok")); 6 return 0; 7}