brintos

brintos / llvm-project-archived public Read only

0
0
Text · 292 B · e142f35 Raw
10 lines · plain
1! Test that flang -fc1 can be called with several input files without2! crashing.3! Regression tests for: https://github.com/llvm/llvm-project/issues/1371264 5! RUN: %flang_fc1 -emit-fir %s %s -o - | FileCheck %s6subroutine foo()7end subroutine8! CHECK: func @_QPfoo()9! CHECK: func @_QPfoo()10