Merge pull request #330634 from r-ryantm/auto-update/circumflex
[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;