summaryrefslogtreecommitdiff
path: root/test/Lexer/fixedFormDefinedOperators.f
blob: 71b53735aa1afbeda33b9749b09fd6a4405418d9 (plain)
1
2
3
4
5
6
7
8
      program hello
C RUN: %flang -fsyntax-only %s
      integer i
      logical l
      if(l . and. l) i = 2
      if(l . a nd . i . e q. 0) then
      end if
      end