xref
: /
external
/
llvm-project
/
lldb
/
test
/
API
/
lang
/
objc
/
modules-inline-functions
/
myModule.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
"
myModule.h
"
2
notInline()
3
int
notInline
()
4
{
5
return
3
;
6
}
7
8