xref
: /
llvm-project
/
lldb
/
test
/
API
/
macosx
/
posix_spawn
/
arm64.c
(revision 98e50a7d4c12d2c32eb15e55cbb2e1f89a802e28)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
stdio.h
>
main()
2
int
main
() {
3
printf
(
"slice: arm64\n"
);
4
return
0;
5
}
6