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