brintos

brintos / llvm-project-archived public Read only

0
0
Text · 190 B · ee9720b Raw
12 lines · plain
1/* C++ headers to be included. */2%{3#include <algorithm>4#include <string>5%}6 7/* The liblldb header files to be included. */8%{9#include "lldb/lldb-public.h"10#include "lldb/API/LLDB.h"11%}12