summaryrefslogtreecommitdiff
path: root/flang/test/Semantics/multi-programs03.f90
blob: 62385b8e2f90673d452b0b0a41a49b98c279437e (plain)
1
2
3
4
5
6
7
! RUN: %python %S/test_errors.py %s %flang_fc1
! Test the restriction in 5.2.2

end
!ERROR: A source file cannot contain more than one main program
program m
end