[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / CodeGen / Inputs / linker-diagnostic1.ll
blob913dbefe5ccec955628b0e5893c764ad5edad941
1 target triple = "armv4-none-unknown-eabi"
2 target datalayout = "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64"
4 declare i32 @foo(i32)
6 define i32 @bar(i32 %x) {
7   %1 = tail call i32 @foo(i32 %x)
8   ret i32 %1