Import the tests from lldb dist-git
This commit is contained in:
parent
7744bcc340
commit
a8cc88906c
8 changed files with 112 additions and 0 deletions
9
python-embedded-interpreter/test.cpp
Normal file
9
python-embedded-interpreter/test.cpp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#include <stdio.h>
|
||||
#include <vector>
|
||||
int
|
||||
main ()
|
||||
{
|
||||
int i = 1;
|
||||
float f = 1.0;
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue