9 lines · plain
1// RUN: cir-translate -verify-diagnostics --cir-to-llvmir --disable-cc-lowering %s2 3// expected-warning@below {{no target triple provided, assuming}}4module {5 cir.func @foo() {6 cir.return7 }8}9 1// RUN: cir-translate -verify-diagnostics --cir-to-llvmir --disable-cc-lowering %s2 3// expected-warning@below {{no target triple provided, assuming}}4module {5 cir.func @foo() {6 cir.return7 }8}9