[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Analysis / blocks-nrvo.c
blob89b7fd39577b30a3a93a9db80219397420ea021b
1 // RUN: %clang_analyze_cc1 -w -analyzer-checker=core -fblocks -verify %s
3 // expected-no-diagnostics
5 typedef struct {
6 int x;
7 } S;
9 void foo(void) {
11 S s;
12 return s; // no-crash