xref: /llvm-project/clang/test/SemaObjCXX/nullability-completeness-cferror.mm (revision bc1d56eafabef8f4de288c7ecb534f43d0513a9a)
1// RUN: %clang_cc1 -fsyntax-only -I %S/Inputs -x objective-c -Wnullability-completeness -Werror -verify %s
2// RUN: %clang_cc1 -fsyntax-only -I %S/Inputs -x objective-c -Wnullability-completeness -Werror -verify -DUSE_MUTABLE %s
3// expected-no-diagnostics
4
5#include "nullability-completeness-cferror.h"
6