blob: e69ac7325278e56b8edc46a5752b9617912f5d2a [file] [log] [blame] [edit]
! 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
!ERROR: 'M' is already declared in this scoping unit
program m
end