Group lldb tests in a subdirectory
This commit is contained in:
parent
b7d140d50e
commit
bbc0f57af4
9 changed files with 3 additions and 0 deletions
9
tests/lldb/python-embedded-interpreter/test.cpp
Normal file
9
tests/lldb/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