blob: bbc5d3af55ea217dc8384582a4c9ab704dee7145 [file] [edit]
// UNSUPPORTED: target={{.*}}-zos{{.*}}
// RUN: split-file %s %t
//--- foo.h
//--- tu.c
asm(".incbin \"foo.h\"");
// RUN: cd %t
// RUN: %clang -c -emit-llvm %t/tu.c -o %t/tu.ll
// RUN: llvm-dis %t/tu.ll -o - | FileCheck %s
// CHECK: module asm
// CHECK-NEXT: ".incbin \22foo.h\22"