git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8694 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-01-19 11:52:56 +00:00
parent 053a13da25
commit a5b9fa0e80

View file

@ -1,10 +0,0 @@
/* Test whether Objective-C runtime was compiled with thread support */
/* From thr.c */
extern int __objc_init_thread_system(void);
int
main()
{
return (__objc_init_thread_system());
}