brintos

brintos / llvm-project-archived public Read only

0
0
Text · 146 B · e3d3e23 Raw
8 lines · plain
1!RUN: %flang -c %s -### 2>&12function s(x) result(i)3!CHECK-WARNING: Function result is never defined4integer::x5procedure():: i6end function7end8