1 // Smoke test for ClangIR code generation 2 // RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fclangir -emit-cir %s -o - | FileCheck %s 3 4 void foo() {} 5 // CHECK: cir.func @foo 6