NAME
t/codingstd/c_returns.t - checks for possible use of return (foo); from functions
SYNOPSIS
# test all files
% prove t/codingstd/c_returns.t
# test specific files
% perl t/codingstd/c_returns.t src/foo.c include/parrot/bar.h
DESCRIPTION
Checks that all C language source files return using return foo; rather than return (foo);
NOTES
This test was hacked from the check_returns sub in tools/dev/check_source_standards.pl