Sign in
llvm
/
llvm-project
/
lldb
/
dc0df6a4d9648b9f5fc73f8f603e4fec0cc07089
/
.
/
packages
/
Python
/
lldbsuite
/
test
/
macosx
/
lc-note
/
kern-ver-str
/
main.c
blob: 70a72e0b80b1ea51aee061826c4ac81180cb0b90 [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
()
{
puts
(
"this is the lc-note test program."
);
}