1 ! RUN: %python %S/test_errors.py %s %flang_fc1
2 !ERROR: Symbol has a BIND(C) name that is not a valid C language identifier
3 subroutine bang() bind(C
,name
='!')
5 !ERROR: Symbol has a BIND(C) name that is not a valid C language identifier
6 subroutine cr() bind(C
,name
=achar(13))
8 !ERROR: Symbol has a BIND(C) name that is not a valid C language identifier
9 subroutine beast() bind(C
,name
="666")