summaryrefslogtreecommitdiff
path: root/flang/test/Semantics/multi-programs01.f90
blob: 43270f4ac3507f9c378fa924907ed625721876e8 (plain)
1
2
3
4
5
6
! 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
end