DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-6.0 / 1%3A6.0.1-10 / clang / test / Modules / Inputs / thread-safety / b.h
12345678
#include "a.h" struct X { mutex m; int n __attribute__((guarded_by(m))); void f(); };