Sign in
cobalt
/
cobalt
/
ac9ac065c5083565917b15e7a672a79599f2f00b
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
test
/
CodeGen
/
mips-inline-asm-abi.c
blob: 20c4f8d8be71fa368e781532f08b2f4ebca93083 [
file
] [
log
] [
blame
]
// REQUIRES: mips-registered-target
// RUN: %clang_cc1 -triple mips-linux-gnu -emit-obj -o - %s | \
// RUN: llvm-readobj -h - | FileCheck %s
// CHECK: EF_MIPS_ABI_O32
__asm__
(
"bar:\n"
" nop\n"
);
void
foo
()
{}