DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-3.9 / 1%3A3.9.1-9 / clang / test / PCH / debug-info-limited-struct.h
12345678
struct foo { int i; }; void func() { struct foo *f; f->i = 3; }