diff options
Diffstat (limited to 'lib/libpthread/test/hello_b.c')
-rw-r--r-- | lib/libpthread/test/hello_b.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/libpthread/test/hello_b.c b/lib/libpthread/test/hello_b.c new file mode 100644 index 0000000..2eefa7f --- /dev/null +++ b/lib/libpthread/test/hello_b.c @@ -0,0 +1,13 @@ +/**************************************************************************** + * + * Back end C programs can be anything compilable. + * + * $FreeBSD$ + * + ****************************************************************************/ + +int +main() +{ + return 0; +} |