brintos

brintos / llvm-project-archived public Read only

0
0
Text · 254 B · 6313f8c Raw
8 lines · plain
1! RUN: %python %S/test_errors.py %s %flang_fc12!ERROR: Attributes 'INTRINSIC' and 'EXTERNAL' conflict with each other3real, external, intrinsic :: exp4!ERROR: Symbol 'sin' cannot have both EXTERNAL and INTRINSIC attributes5external sin6intrinsic sin7end8