summaryrefslogtreecommitdiff
path: root/test/Parser/type.f95
blob: 092f1b31b7c536ca1f6ee94e26ad0ecc35a6c5d4 (plain)
1
2
3
4
5
6
! RUN: %flang -fsyntax-only < %s
PROGRAM typetest
  TYPE Point
    REAL X, Y
  END TYPE Point
END PROGRAM typetest