xref
: /
llvm-project
/
lldb
/
test
/
Shell
/
Target
/
Inputs
/
main.c
(revision fe17e026959cc263c12fafa3a8e9e83503f9a18b)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
__declspec
(
dllimport
)
void
exportFunc
(
void
);
main()
2
int
main
() {
exportFunc
(); }
3