7 lines · c
1// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -emit-cir %s -o %t.cir 2// RUN: FileCheck --input-file=%t.cir %s3 4// CHECK: cir.module_asm = [".globl bar", ".globl foo"]5__asm (".globl bar");6__asm (".globl foo");7 1// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -emit-cir %s -o %t.cir 2// RUN: FileCheck --input-file=%t.cir %s3 4// CHECK: cir.module_asm = [".globl bar", ".globl foo"]5__asm (".globl bar");6__asm (".globl foo");7