Jim Ingham bdbdd22937 Teach SBFrame how to guess its language.
<rdar://problem/31411646>

llvm-svn: 300012
2017-04-12 00:19:54 +00:00

8 lines
75 B
C

#include <stdio.h>
void
some_func()
{
printf("Set breakpoint here.");
}