blob: 27ccc76bd39aad494e8de0b67f55e49d661e070a [file] [log] [blame]
! Ensure argument -std=f2018 works as expected.
!-----------------------------------------
! FRONTEND FLANG DRIVER (flang-new -fc1)
!-----------------------------------------
! RUN: not %flang_fc1 -std=90 %s 2>&1 | FileCheck %s --check-prefix=WRONG
! WRONG: Only -std=f2018 is allowed currently.