brintos

brintos / llvm-project-archived public Read only

0
0
Text · 493 B · a15dd9d Raw
15 lines · c
1// This is a truncated version of an SB API file2// used to test framework-header-fix.py to make sure the includes are correctly fixed3// up for the LLDB.framework.4 5// Local includes must be changed to framework level includes.6// e.g. #include "lldb/API/SBDefines.h" -> #include <LLDB/SBDefines.h>7#include "lldb/API/SBDefines.h"8#include "lldb/API/SBModule.h"9#include "lldb/lldb-types.h"10 11// Any include guards specified at the command line must be removed.12#ifndef SWIG13int a = 1014#endif15