brintos

brintos / llvm-project-archived public Read only

0
0
Text · 306 B · 6d071b1 Raw
17 lines · cpp
1// REQUIRES: host-supports-jit, x86_64-linux2//3// RUN: rm -rf %t4// RUN: mkdir -p %t5// RUN: split-file %s %t6//7// RUN: cat %t/inline-asm.txt | clang-repl -Xcc="-I%t"8 9//--- inline-asm.cpp10__asm(".globl _ZSt21ios_base_library_initv");11int x;12 13//--- inline-asm.txt14#include "inline-asm.cpp"15x = 10;16%quit17