DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-6.0 / 1%3A6.0.1-10 / clang / test / Import / struct-layout / Inputs / Callee.cpp
123456789
struct S { int a; }; struct Bar { void bar(int _a) { S s = { _a }; }; };