brintos

brintos / llvm-project-archived public Read only

0
0
Text · 554 B · 62fde01 Raw
19 lines · plain
1!RUN: not %flang -fsyntax-only %s 2>&1 | FileCheck %s2subroutine s3  implicit none4!CHECK: line-directive.f90:5:3: error: No explicit type declared for 'a'5  a = 1.6#line 1007!CHECK: line-directive.f90:101:3: error: No explicit type declared for 'b'8  b = 2.9#line "sourceFile.cobol" 20010!CHECK: sourceFile.cobol:201:3: error: No explicit type declared for 'c'11  c = 3.12# 30013!CHECK: sourceFile.cobol:301:3: error: No explicit type declared for 'd'14  d = 4.15# "/dev/random" 40016!CHECK: random:401:3: error: No explicit type declared for 'e'17  e = 5.18end19