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

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