brintos

brintos / llvm-project-archived public Read only

0
0
Text · 219 B · e6cec5e Raw
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