llvm-project/lldb/test/API/commands/gui/basicdebug/func.c

4 lines
42 B
C

int func() {
return 1; // In function
}