blob: ec7d12e93ad0fb74d2c058aa7621a498661adab8 (
plain)
1
2
3
4
5
6
7
8
|
! 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
!ERROR: A source file cannot contain more than one main program
end
|