Group lldb tests in a subdirectory

This commit is contained in:
Jesus Checa Hidalgo 2025-01-08 13:26:59 +01:00
commit bbc0f57af4
9 changed files with 3 additions and 0 deletions

View file

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