summaryrefslogtreecommitdiff
path: root/test/Parser
diff options
context:
space:
mode:
authorarphaman <arphaman@gmail.com>2013-09-09 18:20:02 +0100
committerarphaman <arphaman@gmail.com>2013-09-09 18:20:02 +0100
commitc2e0657c153878da0d19e090226865708d773360 (patch)
treed316a5dd2be2802d8237843f6bf455193b173460 /test/Parser
parent42bbd6461e72a3d566756c1359079677593d7b55 (diff)
downloadflang-c2e0657c153878da0d19e090226865708d773360.tar.gz
added parsing for SEQUENCE stmt in type construct
Diffstat (limited to 'test/Parser')
-rw-r--r--test/Parser/type.f955
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Parser/type.f95 b/test/Parser/type.f95
index 5728195507..f2d425f003 100644
--- a/test/Parser/type.f95
+++ b/test/Parser/type.f95
@@ -24,6 +24,11 @@ PROGRAM typetest
character(10) str
end type
+ type sphere
+ sequence
+ real x, y, z, radius
+ end type
+
type ping
integer, dimension(11) :: arr1, arr2(13)
character a(10)*(5), b*8, c(1)