bolt/deps/llvm-18.1.8/lldb/unittests/SymbolFile/PDB/Inputs/test-pdb.h

11 lines
139 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
#ifndef TEST_PDB_H
#define TEST_PDB_H
#include "test-pdb-nested.h"
int bar(int n);
inline int foo(int n) { return baz(n) + 1; }
#endif