brintos

brintos / llvm-project-archived public Read only

0
0
Text · 399 B · c562e6a Raw
11 lines · plain
1! RUN: %python %S/test_errors.py %s %flang_fc12!ERROR: Symbol has a BIND(C) name that is not a valid C language identifier3subroutine bang() bind(C,name='!')4end5!ERROR: Symbol has a BIND(C) name that is not a valid C language identifier6subroutine cr() bind(C,name=achar(13))7end8!ERROR: Symbol has a BIND(C) name that is not a valid C language identifier9subroutine beast() bind(C,name="666")10end11