2 ! tests various allowed variants of the common statement
10 ! one named common block on a line
13 ! appending to a common block
16 ! several named common blocks on a line
17 common /foo
/ a
, /bar
/ b
! note 'a' is also the name of the
19 common /baz
/ c
/foobar
/ d
, /bazbar
/ f