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