aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/SymbolFile/DWARF/Inputs/pch.h
blob: a478d907e837ccbcaa797dd81dd0eca4b83c1b7c (plain)
1
2
3
4
5
typedef int anchor_t;

struct TypeFromPCH {
  int field;
};