[Flang][RISCV] Set vscale_range based off zvl*b (#77277)
[llvm-project.git] / flang / test / Parser / bad-space.f90
blob3b086b070db67faa0f449168f462cfc88bf48bd3
1 ! RUN: not %flang_fc1 -fsyntax-only %s 2>&1 | FileCheck %s
2 ! CHECK: 3:8: error: invalid space
3 x = 1._ 4
4 end