blob: c8ed23738f181960569866b527f898ca70e713ac [file] [log] [blame]
#include "a.h"
struct X {
mutex m;
int n __attribute__((guarded_by(m)));
void f();
};