xref
: /
llvm-project-15.0.7
/
lldb
/
test
/
API
/
macosx
/
macCatalyst
/
main.c
(revision 4e00a192)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
int
main
() {
2
const
char
*
s
=
"Hello macCatalyst!"
;
3
return
0;
// break here
4
}
5