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
115 B
C++

#include <stdio.h>
#include "other.h"
int
main()
{
int test_var = 10;
Other::DoSomethingElse();
return 0;
}