blob: 33ac83312215a88df16d87e42e58650d9ff9382b [file] [log] [blame]
! 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