Sign in
rust
/
rust-lang
/
llvm-project
/
8265e390e740f0fb7464f7c20bd38d55ee145dd4
/
.
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
lang
/
objc
/
modules-inline-functions
/
myModule.c
blob: ad3c85d155e46f49e0baa9e6b5488af580fd3c46 [
file
] [
log
] [
blame
]
#include
"myModule.h"
int
notInline
()
{
return
3
;
}