nixpkgs-tests: add basic test for cc-wrapper
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include <CoreFoundation/CoreFoundation.h>
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
CFShow(CFSTR("ok"));
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user