llvm-project/lldb/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/main.c

3 lines
79 B
C

#include <stdio.h>
int main () { puts ("this is the lc-note test program."); }