lldb/tests/python-embedded-interpreter/test.cpp

10 lines
95 B
C++

#include <stdio.h>
#include <vector>
int
main ()
{
int i = 1;
float f = 1.0;
return 0;
}