Sign in
android
/
toolchain
/
rustc
/
e40e7362ba4208d45fb88525361a7de2fad4bb91
/
.
/
src
/
llvm-project
/
lldb
/
test
/
API
/
lang
/
objc
/
modules-inline-functions
/
myModule.h
blob: d50d0101f64565ebf7b03a5080e4251a3b4faacc [
file
]
int
notInline
();
static
__inline__ __attribute__
((
always_inline
))
int
isInline
(
int
a
)
{
int
b
=
a
+
a
;
return
b
;
}