xref: /llvm-project/flang/test/Semantics/typed-subr.f90 (revision a56ef9f9ced6c279e00671f4f8270e717517de46)
1! RUN: %python %S/test_errors.py %s %flang_fc1
2! ERROR: SUBROUTINE prefix cannot specify a type
3integer subroutine foo
4end
5