1! { dg-do compile }
2! { dg-options "-Wno-all" }
3!
4! By default, for free-form source code: Error out
5! But due to the explicit -Wno-all, compile w/o warning
6!
7      print *, 1                                                                                                                                          + 2
8      end
9