summaryrefslogtreecommitdiff
path: root/test/Lexer/constants.f95
blob: 9901706f457005ee73d9d681113cd6ec47e40efc (plain)
1
2
3
4
5
! RUN: %flang -fsyntax-only -verify < %s
PROGRAM constants
  CHARACTER * 11 C ! expected-error@+1 {{missing terminating ' character}}
  C = 'hello world
END PROGRAM constants