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