Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / test / cc-wrapper / core-foundation-main.c
blobfb3bd31261912e48122bd31b61cf4bb51903657c
1 #include <CoreFoundation/CoreFoundation.h>
3 int main(int argc, char** argv)
5 CFShow(CFSTR("ok"));
6 return 0;