summary refs log tree commit diff
path: root/pkgs/test/cc-wrapper/core-foundation-main.c
blob: fb3bd31261912e48122bd31b61cf4bb51903657c (plain) (blame)
1
2
3
4
5
6
7
#include <CoreFoundation/CoreFoundation.h>

int main(int argc, char** argv)
{
  CFShow(CFSTR("ok"));
  return 0;
}