Fix function prototypes in simd.h test
Clang is no longer allowing function prototypes to leave out return types (see https://github.com/llvm/llvm-project/commit/2cb2cd242ca08d0bbd2a51a41f1317442e5414fc). Fix a test header that does this for no particularly good reason.
Part of rdar://113413583.