T14251 fails with an incorrect runtime result with LLVM and optimisations
The test T14251
fails with an incorrect runtime result when using the LLVM backend and optimisations.
The expected output is Hello 6.0 6.9 World!
, but with the LLVM backend and optimisations we get Hello 0.0 0.0 World!
.
Edited by sheaf