brintos

brintos / llvm-project-archived public Read only

0
0
Text · 139 B · c935de3 Raw
11 lines · c
1#ifndef TEST_PDB_H2#define TEST_PDB_H3 4#include "test-pdb-nested.h"5 6int bar(int n);7 8inline int foo(int n) { return baz(n) + 1; }9 10#endif11