[clang][bytecode] Reject memcpy dummy pointers after null check (#118460)
[llvm-project.git] / flang / test / Driver / std2018-wrong.f90
blob93ba153d75f7f907fcbc3a86037c9a0d871e5639
1 ! Ensure argument -std=f2018 works as expected.
3 !-----------------------------------------
4 ! FRONTEND FLANG DRIVER (flang -fc1)
5 !-----------------------------------------
6 ! RUN: not %flang_fc1 -std=90 %s 2>&1 | FileCheck %s --check-prefix=WRONG
8 ! WRONG: Only -std=f2018 is allowed currently.