Clang Project
clang_source_code
/
test
/
SemaObjC
/
nonnull.h
1
// rdar: //6857843
2
#define NONNULL_ATTR __attribute__((nonnull))
3