forked from mirrors/gecko-dev
Reformatting this directory can break some of the tests here. Differential Revision: https://phabricator.services.mozilla.com/D13518
6 lines
105 B
C++
6 lines
105 B
C++
// https://clang-analyzer.llvm.org/available_checks.html
|
|
|
|
void test()
|
|
{
|
|
int *p = new int;
|
|
} // warning
|