]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - unittests/SymbolFile/PDB/Inputs/test-pdb.h
Vendor import of lldb trunk r290819:
[FreeBSD/FreeBSD.git] / unittests / SymbolFile / PDB / Inputs / test-pdb.h
1 #ifndef TEST_PDB_H
2 #define TEST_PDB_H
3
4 #include "test-pdb-nested.h"
5
6 int bar(int n);
7
8 inline int foo(int n) { return baz(n) + 1; }
9
10 #endif