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