Import the tests from lldb dist-git

This commit is contained in:
Jesus Checa Hidalgo 2022-07-13 09:53:06 +02:00
commit a8cc88906c
8 changed files with 112 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;
}