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

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

11 lines
97 B
C++

#include "other.h"
extern "C" void some_func();
void
Other::DoSomething()
{
some_func();
}