Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Analysis / objc-encode.m
blob1d6515c2405a23be97ba2bcd51b02e567f9d8509
1 // RUN: %clang_cc1 -analyze -analyzer-checker=debug.ExprInspection -verify %s
2 // expected-no-diagnostics
4 void clang_analyzer_eval(int);
6 // Used to crash.
7 void foo(void) {
8   char buf1[] = @encode(int **);