Searched defs:AZ (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Daddress-of-temporary.cpp24 typedef Z AZ[4]; typedef in namespace:PointerToArrayDecay
33 void g4() { Z *p = AZ{}; } // expected-warning{{pointer is initialized by a temporary array}}
39 void h4() { consume(AZ{}); }

Completed in 81 milliseconds