1C Test conditional compilation in fixed form if -fopenmp
2   10 foo = 2
3     &56
4      if (foo.ne.256) stop 1
5      bar = 26
6!$2 0 ba
7c$   +r = 42
8      !$ bar = 62
9!$    bar = bar + 1
10      if (bar.ne.43) stop 2
11      baz = bar
12*$   0baz = 5
13C$   +12! Comment
14c$   !4
15!$   +!Another comment
16*$   &2
17!$ X  baz = 0 ! Not valid OpenMP conditional compilation lines
18! $   baz = 1
19c$ 10&baz = 2
20      if (baz.ne.51242) stop 3
21      end
22