brintos

brintos / llvm-project-archived public Read only

0
0
Text · 247 B · 7a79994 Raw
11 lines · plain
1! RUN: %python %S/test_errors.py %s %flang_fc12integer :: x3!ERROR: The type of 'x' has already been declared4real :: x5integer(8) :: i6parameter(i=1,j=2,k=3)7integer :: j8!ERROR: The type of 'k' has already been implicitly declared9real :: k10end11