reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s

// CHECK: module asm "foo1"
__asm__ ("foo1");
// CHECK: module asm "foo2"
__asm__ ("foo2");
// CHECK: module asm "foo3"
__asm__ ("foo3");
// CHECK: module asm "foo4"
__asm__ ("foo4");
// CHECK: module asm "foo5"
__asm__ ("foo5");